Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/opcodes/
Dalpha-opc.c240 #define RBA (CPRB + 1) macro
244 #define RCA (RBA + 1)
422 #define ARG_EV4HWMPR { RA, RBA, EV4HWINDEX }
566 { "mov", OPR(0x11,0x20), BASE, { RA, RBA, RC } }, /* pseudo */
1023 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1025 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "mt_fpcr", FP(0x17,0x024), BASE, { FA, RBA, RCA } },
1029 { "mf_fpcr", FP(0x17,0x025), BASE, { FA, RBA, RCA } },
1055 { "hw_mfpr", OPR(0x19,0x00), EV4, { RA, RBA, EV4EXTHWINDEX } },
1056 { "hw_mfpr", OP(0x19), OP_MASK, EV5, { RA, RBA, EV5HWINDEX } },
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp365 const BlockAddress *RBA = cast<BlockAddress>(R); in cmpConstants() local
366 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
368 if (LBA->getFunction() == RBA->getFunction()) { in cmpConstants()
373 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()
391 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR); in cmpConstants()
394 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()