Home
last modified time | relevance | path

Searched refs:DecodeStatus (Results 1 – 25 of 105) sorted by relevance

12345

/external/capstone/arch/SystemZ/
DSystemZDisassembler.c39 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs) in decodeRegisterClass()
50 static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
56 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
62 static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
68 static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
74 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
80 static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
86 static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
92 static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
98 static DecodeStatus DecodeVR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVR32BitRegisterClass()
[all …]
/external/capstone/arch/Mips/
DMipsDisassembler.c44 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst,
47 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst,
50 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst *Inst,
53 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst *Inst,
56 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst *Inst,
59 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst,
62 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst,
65 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst,
68 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst,
71 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst,
[all …]
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp21 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
77 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
87 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
93 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
99 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
105 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
111 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
117 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
123 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
[all …]
/external/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
110 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
116 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
122 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
128 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
110 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
116 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
122 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
128 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
[all …]
/external/capstone/arch/XCore/
DXCoreDisassembler.c66 static DecodeStatus DecodeGRRegsRegisterClass(MCInst *Inst, unsigned RegNo,
69 static DecodeStatus DecodeRRegsRegisterClass(MCInst *Inst, unsigned RegNo,
72 static DecodeStatus DecodeBitpOperand(MCInst *Inst, unsigned Val,
75 static DecodeStatus DecodeNegImmOperand(MCInst *Inst, unsigned Val,
78 static DecodeStatus Decode2RInstruction(MCInst *Inst, unsigned Insn,
81 static DecodeStatus Decode2RImmInstruction(MCInst *Inst, unsigned Insn,
84 static DecodeStatus DecodeR2RInstruction(MCInst *Inst, unsigned Insn,
87 static DecodeStatus Decode2RSrcDstInstruction(MCInst *Inst, unsigned Insn,
90 static DecodeStatus DecodeRUSInstruction(MCInst *Inst, unsigned Insn,
93 static DecodeStatus DecodeRUSBitpInstruction(MCInst *Inst, unsigned Insn,
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
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 DecodeR2RInstruction(MCInst &Inst,
107 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
91 static DecodeStatus Decode2RInstruction(MCInst &Inst,
96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
106 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
[all …]
/external/llvm-project/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
91 static DecodeStatus Decode2RInstruction(MCInst &Inst,
96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
106 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
[all …]
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp29 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
61 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
71 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
76 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
81 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst,
86 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst,
91 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst,
96 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
101 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst,
106 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst,
[all …]
/external/capstone/arch/Sparc/
DSparcDisassembler.c89 static DecodeStatus DecodeIntRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
103 static DecodeStatus DecodeI64RegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
117 static DecodeStatus DecodeFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
131 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
145 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
162 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
174 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address,
176 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address,
178 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address,
180 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address,
[all …]
/external/capstone/arch/TMS320C64x/
DTMS320C64xDisassembler.c22 static DecodeStatus DecodeGPRegsRegisterClass(MCInst *Inst, unsigned RegNo,
25 static DecodeStatus DecodeControlRegsRegisterClass(MCInst *Inst, unsigned RegNo,
28 static DecodeStatus DecodeScst5(MCInst *Inst, unsigned Val,
31 static DecodeStatus DecodeScst16(MCInst *Inst, unsigned Val,
34 static DecodeStatus DecodePCRelScst7(MCInst *Inst, unsigned Val,
37 static DecodeStatus DecodePCRelScst10(MCInst *Inst, unsigned Val,
40 static DecodeStatus DecodePCRelScst12(MCInst *Inst, unsigned Val,
43 static DecodeStatus DecodePCRelScst21(MCInst *Inst, unsigned Val,
46 static DecodeStatus DecodeMemOperand(MCInst *Inst, unsigned Val,
49 static DecodeStatus DecodeMemOperandSc(MCInst *Inst, unsigned Val,
[all …]
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
82 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
87 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
92 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst,
97 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst,
102 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst,
107 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
112 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst,
117 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
82 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
87 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
92 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst,
97 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst,
102 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst,
107 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
112 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst,
117 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst,
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp24 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
63 static DecodeStatus decodeCondBrTarget(MCInst &Inst, unsigned Imm, in decodeCondBrTarget()
70 static DecodeStatus decodeDirectBrTarget(MCInst &Inst, unsigned Imm, in decodeDirectBrTarget()
82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
89 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
95 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
101 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
107 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
113 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVFRCRegisterClass()
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
152 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass()
163 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass()
175 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass()
187 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass()
199 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass()
213 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass()
224 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
233 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass()
156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass()
168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass()
180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass()
192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass()
206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass()
217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
226 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
[all …]
/external/llvm-project/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass()
156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass()
168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass()
180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass()
192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass()
206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass()
217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
226 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp24 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
63 static DecodeStatus DecodePCRel24BranchTarget(MCInst &Inst, unsigned Imm, in DecodePCRel24BranchTarget()
75 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
82 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
88 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
94 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
100 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
106 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVFRCRegisterClass()
112 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass()
[all …]
/external/llvm-project/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
78 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR16RegisterClass()
89 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
100 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32CRegisterClass()
111 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
122 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64CRegisterClass()
133 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0RegisterClass()
143 static DecodeStatus DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0X2RegisterClass()
[all …]
/external/capstone/arch/ARM/
DARMDisassembler.c113 static bool Check(DecodeStatus *Out, DecodeStatus In) in Check()
132 static DecodeStatus DecodeGPRRegisterClass(MCInst *Inst, unsigned RegNo,
134 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst *Inst,
136 static DecodeStatus DecodeGPRwithAPSRRegisterClass(MCInst *Inst,
138 static DecodeStatus DecodetGPRRegisterClass(MCInst *Inst, unsigned RegNo,
140 static DecodeStatus DecodetcGPRRegisterClass(MCInst *Inst, unsigned RegNo,
142 static DecodeStatus DecoderGPRRegisterClass(MCInst *Inst, unsigned RegNo,
144 static DecodeStatus DecodeGPRPairRegisterClass(MCInst *Inst, unsigned RegNo,
146 static DecodeStatus DecodeSPRRegisterClass(MCInst *Inst, unsigned RegNo,
148 static DecodeStatus DecodeDPRRegisterClass(MCInst *Inst, unsigned RegNo,
[all …]
/external/llvm-project/llvm/lib/Target/AVR/Disassembler/
DAVRDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
71 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass()
81 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass()
91 static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePTRREGSRegisterClass()
98 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn,
101 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn,
104 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn,
107 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn,
110 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn,
[all …]
/external/capstone/arch/AArch64/
DAArch64Disassembler.c41 static DecodeStatus DecodeFPR128RegisterClass(MCInst *Inst,
44 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst *Inst,
48 static DecodeStatus DecodeFPR64RegisterClass(MCInst *Inst, unsigned RegNo,
51 static DecodeStatus DecodeFPR32RegisterClass(MCInst *Inst, unsigned RegNo,
54 static DecodeStatus DecodeFPR16RegisterClass(MCInst *Inst, unsigned RegNo,
57 static DecodeStatus DecodeFPR8RegisterClass(MCInst *Inst, unsigned RegNo,
60 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, unsigned RegNo,
63 static DecodeStatus DecodeGPR64spRegisterClass(MCInst *Inst,
66 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, unsigned RegNo,
69 static DecodeStatus DecodeGPR32spRegisterClass(MCInst *Inst,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
59 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
76 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
87 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32CRegisterClass()
98 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
109 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64CRegisterClass()
120 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0RegisterClass()
130 static DecodeStatus DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0X2RegisterClass()
140 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRCRegisterClass()
[all …]
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
138 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
143 DecodeStatus getARMInstruction(MCInst &Instr, uint64_t &Size,
147 DecodeStatus getThumbInstruction(MCInst &Instr, uint64_t &Size,
154 DecodeStatus AddThumbPredicate(MCInst&) const;
155 void UpdateThumbVFPPredicate(DecodeStatus &, MCInst&) const;
160 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check()
177 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
179 static DecodeStatus DecodeCLRMGPRRegisterClass(MCInst &Inst, unsigned RegNo,
181 static DecodeStatus DecodetGPROddRegisterClass(MCInst &Inst, unsigned RegNo,
[all …]

12345