Searched defs:DecodeStatus (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCDisassembler.h51 enum DecodeStatus { enum in class:llvm::MCDisassembler
77 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp21 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
49 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
59 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
65 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
71 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
77 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
83 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
89 static DecodeStatus DecodeFP32BitRegisterClas
[all...]
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp21 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
30 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
179 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
186 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
192 static DecodeStatus DecodeCRRC0RegisterClass(MCInst &Inst, uint64_t RegNo,
198 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
204 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
210 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
216 static DecodeStatus DecodeVRRCRegisterClas
[all...]
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp33 // Pull DecodeStatus and its enum values into the global namespace.
34 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus; typedef
43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
50 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
52 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
54 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
69 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo,
79 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
90 static DecodeStatus DecodeCtrRegsRegisterClas
[all...]
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
36 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
109 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
120 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst,
132 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst,
144 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst,
156 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst,
170 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo,
180 static DecodeStatus DecodeLoadIn
[all...]
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
76 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
81 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
86 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
89 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
92 static DecodeStatus Decode2RInstruction(MCInst &Inst,
97 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
102 static DecodeStatus DecodeR2RInstructio
[all...]
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp28 // Pull DecodeStatus and its enum values into the global namespace.
29 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus; typedef
33 static DecodeStatus DecodeFPR128RegisterClass(llvm::MCInst &Inst,
36 static DecodeStatus DecodeFPR128_loRegisterClass(llvm::MCInst &Inst,
40 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
43 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
46 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
49 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
52 static DecodeStatus DecodeGPR64RegisterClas
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp29 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
55 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
65 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
70 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
75 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst,
80 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst,
85 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst,
90 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
95 static DecodeStatus DecodePtrRegisterClas
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp31 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
96 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
111 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
118 DecodeStatus AddThumbPredicate(MCInst&) const;
123 static bool Check(DecodeStatus &Out, DecodeStatus In) {
135 llvm_unreachable("Invalid DecodeStatus!");
141 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
143 static DecodeStatus DecodeGPRnopcRegisterClas
[all...]

Completed in 1172 milliseconds