Home
last modified time | relevance | path

Searched defs:Insn (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp254 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction()
272 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction()
288 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
358 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
371 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
384 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
397 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction()
411 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction()
424 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSBitpInstruction()
437 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSSrcDstBitpInstruction()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1319 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction()
1469 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode2IdxInstruction()
1618 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction()
1809 static DecodeStatus DecodeRFEInstruction(MCInst &Inst, unsigned Insn, in DecodeRFEInstruction()
1838 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction()
1862 unsigned Insn, in DecodeMemMultipleWritebackInstruction()
1952 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction()
1999 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction()
2041 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction()
2065 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeArmMOVTWInstruction()
[all …]
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp750 uint32_t Insn; in getInstruction() local
818 uint32_t Insn; in getInstruction() local
963 unsigned Insn, in DecodeMem()
984 static DecodeStatus DecodeMSA128Mem(MCInst &Inst, unsigned Insn, in DecodeMSA128Mem()
1031 unsigned Insn, in DecodeMemMMImm12()
1052 unsigned Insn, in DecodeMemMMImm16()
1070 unsigned Insn, in DecodeFMem()
1088 unsigned Insn, in DecodeSpecial3LlSc()
1251 unsigned Insn, in DecodeJumpTarget()
1290 unsigned Insn, in DecodeJumpTargetMM()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DInsn.java30 public abstract class Insn implements ToHuman { class
51 public Insn(Rop opcode, SourcePosition position, RegisterSpec result, in Insn() method in Insn
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp74 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, in addDagOperandMapping()
140 CodeGenInstruction Insn(Operator); in evaluateExpansion() local
DFixedLenDecoderEmitter.cpp373 void insnWithID(insn_t &Insn, unsigned Opcode) const { in insnWithID()
510 insn_t Insn; in Filter() local
930 bool FilterChooser::fieldFromInsn(uint64_t &Field, insn_t &Insn, in fieldFromInsn()
1311 insn_t Insn; in emitSingletonTableEntry() local
1426 insn_t Insn; in filterProcessor() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dgen_x86_insn.py380 class Insn(object): class
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp247 uint32_t Insn; in getInstruction() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp359 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I)); in CanMergeBlocks() local
3229 Instruction *Insn = BI; ++BI; in PlaceDbgValues() local
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp664 static DecodeStatus DecodeFMOVLaneInstruction(llvm::MCInst &Inst, unsigned Insn, in DecodeFMOVLaneInstruction()