HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 51 - 75 of 534) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainCstInsn.java 70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
SwitchInsn.java 83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
RopTranslator.java 192 if (insn.getOpcode().getOpcode()== RegOps.MOVE_PARAM) {
283 Rop lastRop = lastInsn.getOpcode();
471 if (insn.getOpcode().isCommutative()
531 Rop rop = insn.getOpcode();
532 if (rop.getOpcode() == RegOps.MARK_LOCAL) {
539 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
581 Rop rop = insn.getOpcode();
582 int ropOpcode = rop.getOpcode();
681 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 103 return new FillArrayDataInsn(getOpcode(), getPosition(),
113 return new FillArrayDataInsn(getOpcode(), getPosition(),
PlainCstInsn.java 70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
SwitchInsn.java 83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 36 if (B->getOpcode() != BO_Sub && B->getOpcode() != BO_Add)
UndefResultChecker.cpp 68 << BinaryOperator::getOpcodeStr(B->getOpcode())
74 << BinaryOperator::getOpcodeStr(B->getOpcode())
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java 61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
RopTranslator.java 192 if (insn.getOpcode().getOpcode()== RegOps.MOVE_PARAM) {
283 Rop lastRop = lastInsn.getOpcode();
471 if (insn.getOpcode().isCommutative()
531 Rop rop = insn.getOpcode();
532 if (rop.getOpcode() == RegOps.MARK_LOCAL) {
539 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
581 Rop rop = insn.getOpcode();
582 int ropOpcode = rop.getOpcode();
678 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
FillArrayDataInsn.java 103 return new FillArrayDataInsn(getOpcode(), getPosition(),
113 return new FillArrayDataInsn(getOpcode(), getPosition(),
PlainCstInsn.java 70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
SwitchInsn.java 83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsDirectObjLower.cpp 36 switch (Inst.getOpcode()) {
54 int Opcode = InstIn.getOpcode();
  /external/llvm/lib/Target/NVPTX/
NVPTXutil.cpp 23 if ((MI->getOpcode() != NVPTX::LD_i32_avar) &&
24 (MI->getOpcode() != NVPTX::LD_i64_avar))
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 84 switch (MI.getOpcode()) {
97 switch (MI->getOpcode()) {
115 switch (MI->getOpcode()) {
138 if (MI->getOpcode() != PPC::RLWIMI)
232 if (LastInst->getOpcode() == PPC::B) {
237 } else if (LastInst->getOpcode() == PPC::BCC) {
245 } else if (LastInst->getOpcode() == PPC::BDNZ8 ||
246 LastInst->getOpcode() == PPC::BDNZ) {
256 } else if (LastInst->getOpcode() == PPC::BDZ8 ||
257 LastInst->getOpcode() == PPC::BDZ)
    [all...]
PPCCodeEmitter.cpp 117 switch (MI.getOpcode()) {
142 assert((MI.getOpcode() == PPC::MTCRF || MI.getOpcode() == PPC::MTCRF8 ||
143 MI.getOpcode() == PPC::MFOCRF) &&
260 assert((MI.getOpcode() != PPC::MTCRF && MI.getOpcode() != PPC::MTCRF8 &&
261 MI.getOpcode() != PPC::MFOCRF) ||
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 112 if (I->getOpcode() != MSP430::JMP &&
113 I->getOpcode() != MSP430::JCC &&
114 I->getOpcode() != MSP430::Br &&
115 I->getOpcode() != MSP430::Bm)
193 if (I->getOpcode() == MSP430::Br ||
194 I->getOpcode() == MSP430::Bm)
198 if (I->getOpcode() == MSP430::JMP) {
224 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch");
297 switch (Desc.getOpcode()) {
313 switch (MI->getOpcode()) {
    [all...]
MSP430BranchSelector.cpp 105 if ((I->getOpcode() != MSP430::JCC || I->getOperand(0).isImm()) &&
106 I->getOpcode() != MSP430::JMP) {
144 if (I->getOpcode() == MSP430::JMP) {
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 402 if (Op.getOpcode() == ISD::FNEG) return 2;
410 switch (Op.getOpcode()) {
464 if (Op.getOpcode() == ISD::FNEG) return Op.getOperand(0);
470 switch (Op.getOpcode()) {
515 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
521 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
528 return DAG.getNode(Op.getOpcode(), Op.getDebugLoc(), Op.getValueType(),
547 if (N.getOpcode() == ISD::SETCC) {
553 if (N.getOpcode() == ISD::SELECT_CC &&
554 N.getOperand(2).getOpcode() == ISD::Constant &
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 259 /// getOpcode - Returns the opcode of this MachineInstr.
261 int getOpcode() const { return MCID->Opcode; }
629 return getOpcode() == TargetOpcode::PROLOG_LABEL ||
630 getOpcode() == TargetOpcode::EH_LABEL ||
631 getOpcode() == TargetOpcode::GC_LABEL;
635 return getOpcode() == TargetOpcode::PROLOG_LABEL;
637 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
638 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
639 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
641 bool isPHI() const { return getOpcode() == TargetOpcode::PHI;
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 122 switch (Parent->getOpcode()) {
167 if (Addr.getOpcode() == MipsISD::Wrapper) {
173 if ((Addr.getOpcode() == ISD::TargetExternalSymbol ||
174 Addr.getOpcode() == ISD::TargetGlobalAddress))
196 if (Addr.getOpcode() == ISD::ADD) {
205 if (Addr.getOperand(1).getOpcode() == MipsISD::Lo ||
206 Addr.getOperand(1).getOpcode() == MipsISD::GPRel) {
232 unsigned Opcode = Node->getOpcode();
248 unsigned Opc = InFlag.getOpcode(); (void)Opc;
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 79 if (getRelaxedOpcode(Inst.getOpcode()) == Inst.getOpcode())
103 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode()));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 185 if (insn.getOpcode().getOpcode()== RegOps.MOVE_PARAM) {
276 Rop lastRop = lastInsn.getOpcode();
464 if (insn.getOpcode().isCommutative()
524 Rop rop = insn.getOpcode();
525 if (rop.getOpcode() == RegOps.MARK_LOCAL) {
532 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
574 Rop rop = insn.getOpcode();
575 int ropOpcode = rop.getOpcode();
671 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO)
    [all...]

Completed in 866 milliseconds

1 23 4 5 6 7 8 91011>>