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

  /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...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 765 const BlockAddress *RBA = cast<BlockAddress>(R);
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
768 if (LBA->getFunction() == RBA->getFunction()) {
773 BasicBlock *RBB = RBA->getBasicBlock();
791 assert(LBA->getFunction() == FnL && RBA->getFunction() == FnR)
    [all...]

Completed in 86 milliseconds