OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
Completed in 171 milliseconds