HomeSort by relevance Sort by last modified time
    Searched refs:setOpcode (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 219 OutMI.setOpcode(NewOpc);
224 OutMI.setOpcode(NewOpc);
246 Inst.setOpcode(Opcode);
297 Inst.setOpcode(Opcode);
302 OutMI.setOpcode(MI->getOpcode());
405 OutMI.setOpcode(Opcode);
413 OutMI.setOpcode(X86::RET);
431 OutMI.setOpcode(Opcode);
439 case X86::ADD16rr_DB: OutMI.setOpcode(X86::OR16rr); goto ReSimplify;
440 case X86::ADD32rr_DB: OutMI.setOpcode(X86::OR32rr); goto ReSimplify
    [all...]
X86AsmBackend.cpp 255 Res.setOpcode(RelaxedOp);
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMMCInstLower.cpp 116 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/include/llvm/MC/
MCInst.h 135 void setOpcode(unsigned Op) { Opcode = Op; }
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmBackend.cpp 94 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode()));
MBlazeMCInstLower.cpp 118 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 110 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 87 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 332 TmpInst.setOpcode(PPC::BL_Darwin); // Darwin vs SVR4 doesn't matter here.
351 TmpInst.setOpcode(PPC::LD);
373 TmpInst.setOpcode(PPC::MFCR);
PPCMCInstLower.cpp 134 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 529 mcInst.setOpcode(insn.instructionID);
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 522 instr.setOpcode(opcode);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 934 Inst.setOpcode(X86::WAIT);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 397 E->setOpcode((UnaryOperator::Opcode)Record[Idx++]);
522 E->setOpcode((BinaryOperator::Opcode)Record[Idx++]);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassemblerCore.cpp     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1079 milliseconds