OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MO1
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp
66
MachineOperand &
MO1
= MI->getOperand(1);
67
if (
MO1
.getReg() != Reg)
/external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp
43
const MCOperand &
MO1
= MI->getOperand(1);
52
<< ", " << getRegisterName(
MO1
.getReg());
159
const MCOperand &
MO1
= MI->getOperand(OpNum);
163
O << getRegisterName(
MO1
.getReg());
184
const MCOperand &
MO1
= MI->getOperand(Op);
188
O << "[" << getRegisterName(
MO1
.getReg());
212
const MCOperand &
MO1
= MI->getOperand(Op);
216
O << "[" << getRegisterName(
MO1
.getReg()) << "], ";
237
const MCOperand &
MO1
= MI->getOperand(Op);
239
if (!
MO1
.isReg()) { // FIXME: This is for CP entries, but isn't right
[
all
...]
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
[
all
...]
ARMAsmPrinter.cpp
821
const MachineOperand &
MO1
= MI->getOperand(OpNum);
823
unsigned JTI =
MO1
.getIndex();
857
const MachineOperand &
MO1
= MI->getOperand(OpNum);
859
unsigned JTI =
MO1
.getIndex();
[
all
...]
ARMCodeEmitter.cpp
258
const MachineOperand &
MO1
= MI.getOperand(Op + 1);
264
int32_t Imm12 =
MO1
.getImm();
316
const MachineOperand &
MO1
= MI.getOperand(Op + 1);
317
if (uint32_t ImmOffs = ARM_AM::getAM5Offset(
MO1
.getImm())) {
318
if (ARM_AM::getAM5Op(
MO1
.getImm()) == ARM_AM::add)
728
const MachineOperand &
MO1
= MI.getOperand(1);
733
unsigned Lo16 = getMovi32Value(MI,
MO1
, ARM::reloc_arm_movw) & 0xFFFF;
746
unsigned Hi16 = getMovi32Value(MI,
MO1
, ARM::reloc_arm_movt) >> 16;
764
const MachineOperand &
MO1
= MI.getOperand(1);
765
assert(
MO1
.isImm() && ARM_AM::isSOImmTwoPartVal(MO1.getImm()) &
[
all
...]
ARMMCCodeEmitter.cpp
434
const MCOperand &
MO1
= MI.getOperand(OpIdx + 1);
438
int32_t SImm =
MO1
.getImm();
615
const MCOperand &
MO1
= MI.getOperand(OpIdx);
617
unsigned Rn = getARMRegisterNumbering(
MO1
.getReg());
759
const MCOperand &
MO1
= MI.getOperand(OpIdx+1);
762
unsigned Rm = getARMRegisterNumbering(
MO1
.getReg());
805
const MCOperand &
MO1
= MI.getOperand(OpIdx+1);
806
unsigned Imm =
MO1
.getImm();
828
const MCOperand &
MO1
= MI.getOperand(OpIdx+1);
829
unsigned Imm =
MO1
.getImm()
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 1113 milliseconds