HomeSort by relevance Sort by last modified time
    Searched refs:RBA (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 757 const BlockAddress *RBA = cast<BlockAddress>(R);
758 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
760 if (LBA->getFunction() == RBA->getFunction()) {
765 BasicBlock *RBB = RBA->getBasicBlock();
783 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR);
786 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 241 #define RBA (CPRB + 1)
245 #define RCA (RBA + 1)
424 #define ARG_EV4HWMPR { RA, RBA, EV4HWINDEX }
569 { "mov", OPR(0x11,0x20), BASE, { RA, RBA, RC } }, /* pseudo */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 317 RTYPE_ENTRY (RBA),
    [all...]

Completed in 1216 milliseconds