HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 1 - 25 of 721) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 35 return Info->get(Inst.getOpcode()).isBranch();
39 return Info->get(Inst.getOpcode()).isConditionalBranch();
43 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
47 return Info->get(Inst.getOpcode()).isIndirectBranch();
51 return Info->get(Inst.getOpcode()).isCall();
55 return Info->get(Inst.getOpcode()).isReturn();
59 return Info->get(Inst.getOpcode()).isTerminator();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
Instruction.java 49 Opcode getOpcode();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
UnresolvedOdexInstruction.java 52 @Override public Opcode getOpcode() {
53 return originalInstruction.getOpcode();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
FixedSizeInsn.java 52 return getOpcode().getFormat().codeSize();
58 getOpcode().getFormat().writeTo(out, this);
70 return getOpcode().getFormat().listingString(this, noteIndices);
  /dalvik/dx/src/com/android/dx/dex/code/
FixedSizeInsn.java 53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
FixedSizeInsn.java 53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 82 if (Addr.getOpcode() == ISD::TargetExternalSymbol ||
83 Addr.getOpcode() == ISD::TargetGlobalAddress ||
84 Addr.getOpcode() == ISD::TargetGlobalTLSAddress)
87 if (Addr.getOpcode() == ISD::ADD) {
102 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) {
107 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) {
119 if (Addr.getOpcode() == ISD::FrameIndex) return false;
120 if (Addr.getOpcode() == ISD::TargetExternalSymbol ||
121 Addr.getOpcode() == ISD::TargetGlobalAddress ||
122 Addr.getOpcode() == ISD::TargetGlobalTLSAddress
    [all...]
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 133 public Rop getOpcode() {
134 return insn.getOpcode();
148 if (insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
185 return insn.getOpcode().getOpcode() == RegOps.MOVE;
191 return insn.getOpcode().getOpcode() == RegOps.MOVE_EXCEPTION;
223 Rop opcode = getOpcode();
232 switch (opcode.getOpcode()) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java 128 public Rop getOpcode() {
129 return insn.getOpcode();
143 if (insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
180 return insn.getOpcode().getOpcode() == RegOps.MOVE;
186 return insn.getOpcode().getOpcode() == RegOps.MOVE_EXCEPTION;
218 Rop opcode = getOpcode();
227 switch (opcode.getOpcode()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 129 if (II->getOpcode() == TargetOpcode::KILL)
179 if (MII->getOpcode() == Hexagon::CALLv3)
193 if (MII->getOpcode() == TargetOpcode::KILL ||
194 MII->getOpcode() == TargetOpcode::PHI ||
195 MII->getOpcode() == TargetOpcode::COPY)
202 if (MII->getOpcode() == Hexagon::TFR_condset_rr ||
203 MII->getOpcode() == Hexagon::TFR_condset_ii ||
204 MII->getOpcode() == Hexagon::TFR_condset_ri ||
205 MII->getOpcode() == Hexagon::TFR_condset_ir ||
206 MII->getOpcode() == Hexagon::LDriw_pred |
    [all...]
HexagonRegisterInfo.cpp 145 TII.isValidOffset(MI.getOpcode(), (FrameSize+Offset)) &&
153 if (!TII.isValidOffset(MI.getOpcode(), Offset)) {
162 if ( (MI.getOpcode() == Hexagon::LDriw) ||
163 (MI.getOpcode() == Hexagon::LDrid) ||
164 (MI.getOpcode() == Hexagon::LDrih) ||
165 (MI.getOpcode() == Hexagon::LDriuh) ||
166 (MI.getOpcode() == Hexagon::LDrib) ||
167 (MI.getOpcode() == Hexagon::LDriub) ||
168 (MI.getOpcode() == Hexagon::LDriw_f) ||
169 (MI.getOpcode() == Hexagon::LDrid_f))
    [all...]
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 41 switch (MI->getOpcode()) {
55 if (TII->isLDSRetInstr(MI->getOpcode()))
59 TII->isCubeOp(MI->getOpcode()) ||
60 TII->isReductionOp(MI->getOpcode()))
74 if (TII->isALUInstr(MI->getOpcode()))
76 if (TII->isVector(*MI) || TII->isCubeOp(MI->getOpcode()))
78 switch (MI->getOpcode()) {
92 switch (MI->getOpcode()) {
121 if (!TII->isALUInstr(MI->getOpcode()) && MI->getOpcode() != AMDGPU::DOT_4
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 117 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm())
119 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) &&
122 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ ||
123 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) &&
162 if (I->getOpcode() == PPC::BCC) {
173 } else if (I->getOpcode() == PPC::BC) {
176 } else if (I->getOpcode() == PPC::BCn)
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 49 /// getOpcode - Return the opcode for this Instruction or ConstantExpr.
51 unsigned getOpcode() const {
53 return I->getOpcode();
54 return cast<ConstantExpr>(this)->getOpcode();
57 /// getOpcode - If V is an Instruction or ConstantExpr, return its
60 static unsigned getOpcode(const Value *V) {
62 return I->getOpcode();
64 return CE->getOpcode();
112 return I->getOpcode() == Instruction::Add ||
113 I->getOpcode() == Instruction::Sub |
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 92 return new PlainInsn(getOpcode(), getPosition(),
115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(),
130 int opcode = getOpcode().getOpcode();
152 return new PlainInsn(getOpcode(), getPosition(),
ThrowingCstInsn.java 84 return new ThrowingCstInsn(getOpcode(), getPosition(),
92 return new ThrowingCstInsn(getOpcode(), getPosition(),
103 return new ThrowingCstInsn(getOpcode(), getPosition(),
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 92 return new PlainInsn(getOpcode(), getPosition(),
115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(),
130 int opcode = getOpcode().getOpcode();
152 return new PlainInsn(getOpcode(), getPosition(),
  /external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp 42 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SDiv);
47 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
50 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::Sub);
72 EXPECT_TRUE(BB->front().getOpcode() == Instruction::UDiv);
77 EXPECT_TRUE(BB->front().getOpcode() == Instruction::ICmp);
80 EXPECT_TRUE(Quotient && Quotient->getOpcode() == Instruction::PHI);
102 EXPECT_TRUE(BB->front().getOpcode() == Instruction::SRem);
107 EXPECT_TRUE(BB->front().getOpcode() == Instruction::AShr);
110 EXPECT_TRUE(Remainder && Remainder->getOpcode() == Instruction::Sub);
132 EXPECT_TRUE(BB->front().getOpcode() == Instruction::URem)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 91 return new PlainInsn(getOpcode(), getPosition(),
118 newRop = Rops.ropFor(getOpcode().getOpcode(),
135 return new PlainInsn(getOpcode(), getPosition(),
ThrowingCstInsn.java 79 return new ThrowingCstInsn(getOpcode(), getPosition(),
87 return new ThrowingCstInsn(getOpcode(), getPosition(),
98 return new ThrowingCstInsn(getOpcode(), getPosition(),
ThrowingInsn.java 99 return new ThrowingInsn(getOpcode(), getPosition(),
106 return new ThrowingInsn(getOpcode(), getPosition(),
116 return new ThrowingInsn(getOpcode(), getPosition(),
  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 41 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 41 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 82 writer.write(instruction.getOpcode().value);
91 writer.write(instruction.getOpcode().value);
100 writer.write(instruction.getOpcode().value);
109 writer.write(instruction.getOpcode().value);
118 writer.write(instruction.getOpcode().value);
127 writer.write(instruction.getOpcode().value);
137 writer.write(instruction.getOpcode().value);
147 writer.write(instruction.getOpcode().value);
157 writer.write(instruction.getOpcode().value);
167 writer.write(instruction.getOpcode().value)
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>