OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BccOpc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
123
int
BccOpc
= Hexagon::JMP_t;
132
BccOpc
= Hexagon::JMP_f;
158
get(
BccOpc
)).addReg(Cond[regPos].getReg()).addMBB(TBB);
163
BuildMI(&MBB, DL, get(
BccOpc
)).addReg(Cond[regPos].getReg()).addMBB(TBB);
307
int
BccOpc
= Hexagon::JMP_t;
313
if (I->getOpcode() != BOpc && I->getOpcode() !=
BccOpc
&&
324
if (I->getOpcode() !=
BccOpc
&& I->getOpcode() != BccOpcNot)
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
398
int
BccOpc
= !AFI->isThumbFunction()
414
BuildMI(&MBB, DL, get(
BccOpc
)).addMBB(TBB)
420
BuildMI(&MBB, DL, get(
BccOpc
)).addMBB(TBB)
[
all
...]
Completed in 71 milliseconds