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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp358 const BlockAddress *RBA = cast<BlockAddress>(R); local
359 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
361 if (LBA->getFunction() == RBA->getFunction()) {
366 BasicBlock *RBB = RBA->getBasicBlock();
384 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR);
387 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c242 #define RBA (CPRB + 1)
246 #define RCA (RBA + 1)
425 #define ARG_EV4HWMPR { RA, RBA, EV4HWINDEX }
570 { "mov", OPR(0x11,0x20), BASE, { RA, RBA, RC } }, /* pseudo */
1027 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1029 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo */
1032 { "mt_fpcr", FP(0x17,0x024), BASE, { FA, RBA, RCA } },
1033 { "mf_fpcr", FP(0x17,0x025), BASE, { FA, RBA, RCA } },
1059 { "hw_mfpr", OPR(0x19,0x00), EV4, { RA, RBA, EV4EXTHWINDEX } },
1060 { "hw_mfpr", OP(0x19), OP_MASK, EV5, { RA, RBA, EV5HWINDE
240 #define RBA macro
[all...]

Completed in 102 milliseconds