Home
last modified time | relevance | path

Searched defs:BRL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc-x.c69 #define BRL(a,b) \ macro
78 #define BRL(a,b,c) \ macro
132 #define BRL(a,b,c) X, OpPaWhaD (0xD, a, b, c), {B1, TGT64}, 0, 0, NULL macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-opc-x.c69 #define BRL(a,b) \ macro
78 #define BRL(a,b,c) \ macro
132 #define BRL(a,b,c) X, OpPaWhaD (0xD, a, b, c), {B1, TGT64}, 0, 0, NULL macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3502 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType() local