Searched refs:BRL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-x.c69 #define BRL(a,b) \ macro
71 {"brl.few", BRL (0, 0)},
72 {"brl", BRL (0, 0)},
73 {"brl.few.clr", BRL (0, 1)},
74 {"brl.clr", BRL (0, 1)},
75 {"brl.many", BRL (1, 0)},
76 {"brl.many.clr", BRL (1, 1)},
77 #undef BRL macro
78 #define BRL(a,b,c) \ macro
82 {"brl.cond.sptk.few", BRL (
130 #undef BRL macro
132 #define BRL macro
158 #undef BRL macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3241 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); local
3242 const CXXRecordDecl *PBT = BRL.getPrimaryBase();
3243 if (PBT && !BRL.isPrimaryBaseVirtual())

Completed in 175 milliseconds