Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp26 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
29 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
32 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
35 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
38 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
43 #define CASE_MOVDUP(Inst, src) \ argument
51 #define CASE_MASK_MOVDUP(Inst, src) \ argument
56 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
61 #define CASE_PMOVZX(Inst, src) \ argument
69 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp24 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
41 #define CASE_MOVDUP(Inst, src) \ argument
49 #define CASE_MASK_MOVDUP(Inst, src) \ argument
54 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
59 #define CASE_PMOVZX(Inst, src) \ argument
67 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp83 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
93 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
99 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
105 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
111 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
117 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
123 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
129 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
135 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
141 static DecodeStatus DecodeVR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVR32BitRegisterClass()
[all …]
/external/capstone/arch/SystemZ/
DSystemZDisassembler.c37 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, const unsigned *Regs) in decodeRegisterClass()
48 static DecodeStatus DecodeGR32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
54 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
60 static DecodeStatus DecodeGR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
66 static DecodeStatus DecodeGR128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
72 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass()
78 static DecodeStatus DecodeFP32BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
84 static DecodeStatus DecodeFP64BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
90 static DecodeStatus DecodeFP128BitRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
96 static DecodeStatus decodeUImmOperand(MCInst *Inst, uint64_t Imm) in decodeUImmOperand()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h37 virtual bool isBranch(const MCInst &Inst) const { in isBranch()
41 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch()
45 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch()
49 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch()
53 virtual bool isCall(const MCInst &Inst) const { in isCall()
57 virtual bool isReturn(const MCInst &Inst) const { in isReturn()
61 virtual bool isTerminator(const MCInst &Inst) const { in isTerminator()
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h34 virtual bool isBranch(const MCInst &Inst) const { in isBranch()
38 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch()
42 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch()
46 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch()
50 virtual bool isCall(const MCInst &Inst) const { in isCall()
54 virtual bool isReturn(const MCInst &Inst) const { in isReturn()
58 virtual bool isTerminator(const MCInst &Inst) const { in isTerminator()
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp77 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()
129 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass()
135 static DecodeStatus DecodeVR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVR32BitRegisterClass()
[all …]
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp265 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128RegisterClass()
276 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass()
294 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR64RegisterClass()
315 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR32RegisterClass()
336 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR16RegisterClass()
357 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR8RegisterClass()
378 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64RegisterClass()
389 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64spRegisterClass()
411 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
422 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32spRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp306 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128RegisterClass()
317 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass()
335 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR64RegisterClass()
356 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR32RegisterClass()
377 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR16RegisterClass()
398 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR8RegisterClass()
419 static DecodeStatus DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64commonRegisterClass()
430 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64RegisterClass()
441 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64spRegisterClass()
463 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp241 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
248 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
254 static DecodeStatus DecodeCRRC0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRC0RegisterClass()
260 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
266 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
272 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
278 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVFRCRegisterClass()
284 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass()
290 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSRCRegisterClass()
296 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSFRCRegisterClass()
[all …]
/external/llvm/lib/Analysis/
DCFLGraph.h225 void visitReturnInst(ReturnInst &Inst) { in visitReturnInst()
234 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
239 void visitIntToPtrInst(IntToPtrInst &Inst) { in visitIntToPtrInst()
244 void visitCastInst(CastInst &Inst) { in visitCastInst()
249 void visitBinaryOperator(BinaryOperator &Inst) { in visitBinaryOperator()
256 void visitAtomicCmpXchgInst(AtomicCmpXchgInst &Inst) { in visitAtomicCmpXchgInst()
262 void visitAtomicRMWInst(AtomicRMWInst &Inst) { in visitAtomicRMWInst()
268 void visitPHINode(PHINode &Inst) { in visitPHINode()
273 void visitGetElementPtrInst(GetElementPtrInst &Inst) { in visitGetElementPtrInst()
278 void visitSelectInst(SelectInst &Inst) { in visitSelectInst()
[all …]
/external/capstone/arch/AArch64/
DAArch64Disassembler.c281 static DecodeStatus DecodeFPR128RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR128RegisterClass()
294 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass()
314 static DecodeStatus DecodeFPR64RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR64RegisterClass()
338 static DecodeStatus DecodeFPR32RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR32RegisterClass()
362 static DecodeStatus DecodeFPR16RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR16RegisterClass()
386 static DecodeStatus DecodeFPR8RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR8RegisterClass()
410 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR64RegisterClass()
424 static DecodeStatus DecodeGPR64spRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR64spRegisterClass()
452 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
466 static DecodeStatus DecodeGPR32spRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR32spRegisterClass()
[all …]
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp208 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
215 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
221 static DecodeStatus DecodeCRRC0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRC0RegisterClass()
227 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
233 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
239 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
245 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass()
251 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSRCRegisterClass()
257 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSFRCRegisterClass()
263 static DecodeStatus DecodeVSSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSSRCRegisterClass()
[all …]
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp403 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset()
1126 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, in DecodeCPU16RegsRegisterClass()
1135 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, in DecodeGPR64RegisterClass()
1148 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, in DecodeGPRMM16RegisterClass()
1159 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, in DecodeGPRMM16ZeroRegisterClass()
1170 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, in DecodeGPRMM16MovePRegisterClass()
1181 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, in DecodeGPR32RegisterClass()
1192 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, in DecodePtrRegisterClass()
1202 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, in DecodeDSPRRegisterClass()
1209 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, in DecodeFGR64RegisterClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h266 void visitReturnInst(ReturnInst &Inst) { in visitReturnInst()
275 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
280 void visitIntToPtrInst(IntToPtrInst &Inst) { in visitIntToPtrInst()
285 void visitCastInst(CastInst &Inst) { in visitCastInst()
290 void visitBinaryOperator(BinaryOperator &Inst) { in visitBinaryOperator()
297 void visitAtomicCmpXchgInst(AtomicCmpXchgInst &Inst) { in visitAtomicCmpXchgInst()
303 void visitAtomicRMWInst(AtomicRMWInst &Inst) { in visitAtomicRMWInst()
309 void visitPHINode(PHINode &Inst) { in visitPHINode()
325 void visitGetElementPtrInst(GetElementPtrInst &Inst) { in visitGetElementPtrInst()
330 void visitSelectInst(SelectInst &Inst) { in visitSelectInst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp69 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
94 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
108 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32CRegisterClass()
130 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
144 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64CRegisterClass()
155 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0RegisterClass()
165 static DecodeStatus DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0X2RegisterClass()
175 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRCRegisterClass()
188 static void addImplySP(MCInst &Inst, int64_t Address, const void *Decoder) { in addImplySP()
205 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
[all …]
/external/capstone/arch/PowerPC/
DPPCDisassembler.c153 static DecodeStatus decodeRegisterClass(MCInst *Inst, uint64_t RegNo, in decodeRegisterClass()
161 static DecodeStatus DecodeCRRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
168 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
175 static DecodeStatus DecodeF4RCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
182 static DecodeStatus DecodeF8RCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
189 static DecodeStatus DecodeVRRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVRRCRegisterClass()
196 static DecodeStatus DecodeVSRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVSRCRegisterClass()
203 static DecodeStatus DecodeVSFRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeVSFRCRegisterClass()
210 static DecodeStatus DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGPRCRegisterClass()
217 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst *Inst, uint64_t RegNo, in DecodeGPRC_NOR0RegisterClass()
[all …]
/external/capstone/arch/ARM/
DARMDisassembler.c410 static DecodeStatus DecodePredicateOperand(MCInst *Inst, unsigned Val, in DecodePredicateOperand()
902 static DecodeStatus DecodeGPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPRRegisterClass()
914 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass()
927 static DecodeStatus DecodeGPRwithAPSRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPRwithAPSRRegisterClass()
941 static DecodeStatus DecodetGPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodetGPRRegisterClass()
954 static DecodeStatus DecodeGPRPairRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPRPairRegisterClass()
971 static DecodeStatus DecodetcGPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
1002 static DecodeStatus DecoderGPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecoderGPRRegisterClass()
1023 static DecodeStatus DecodeSPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeSPRRegisterClass()
1046 static DecodeStatus DecodeDPRRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDPRRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp403 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset()
1382 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, in DecodeCPU16RegsRegisterClass()
1389 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, in DecodeGPR64RegisterClass()
1401 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, in DecodeGPRMM16RegisterClass()
1412 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, in DecodeGPRMM16ZeroRegisterClass()
1423 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, in DecodeGPRMM16MovePRegisterClass()
1434 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, in DecodeGPR32RegisterClass()
1445 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, in DecodePtrRegisterClass()
1455 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, in DecodeDSPRRegisterClass()
1462 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, in DecodeFGR64RegisterClass()
[all …]
/external/capstone/arch/Mips/
DMipsDisassembler.c761 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst *Inst, in DecodeCPU16RegsRegisterClass()
767 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, in DecodeGPR64RegisterClass()
780 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, in DecodeGPR32RegisterClass()
793 static DecodeStatus DecodePtrRegisterClass(MCInst *Inst, in DecodePtrRegisterClass()
802 static DecodeStatus DecodeDSPRRegisterClass(MCInst *Inst, in DecodeDSPRRegisterClass()
808 static DecodeStatus DecodeFGR64RegisterClass(MCInst *Inst, in DecodeFGR64RegisterClass()
821 static DecodeStatus DecodeFGR32RegisterClass(MCInst *Inst, in DecodeFGR32RegisterClass()
834 static DecodeStatus DecodeCCRRegisterClass(MCInst *Inst, in DecodeCCRRegisterClass()
847 static DecodeStatus DecodeFCCRegisterClass(MCInst *Inst, in DecodeFCCRegisterClass()
860 static DecodeStatus DecodeCCRegisterClass(MCInst *Inst, in DecodeCCRegisterClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp876 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
887 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass()
900 DecodeGPRwithAPSRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRwithAPSRRegisterClass()
914 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass()
926 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRPairRegisterClass()
941 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
971 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass()
996 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass()
1006 static DecodeStatus DecodeHPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHPRRegisterClass()
1022 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp881 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
892 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass()
905 DecodeGPRwithAPSRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRwithAPSRRegisterClass()
919 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass()
931 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRPairRegisterClass()
946 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
976 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass()
1001 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass()
1022 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass()
1037 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass()
[all …]
/external/capstone/arch/XCore/
DXCoreDisassembler.c144 static DecodeStatus DecodeGRRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGRRegsRegisterClass()
158 static DecodeStatus DecodeRRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeRRegsRegisterClass()
171 static DecodeStatus DecodeBitpOperand(MCInst *Inst, unsigned Val, in DecodeBitpOperand()
185 static DecodeStatus DecodeNegImmOperand(MCInst *Inst, unsigned Val, in DecodeNegImmOperand()
235 static DecodeStatus Decode2OpInstructionFail(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
306 static DecodeStatus Decode2RInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
320 static DecodeStatus Decode2RImmInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
334 static DecodeStatus DecodeR2RInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
348 static DecodeStatus Decode2RSrcDstInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction()
363 static DecodeStatus DecodeRUSInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction()
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp199 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, in DecodeGRRegsRegisterClass()
211 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, in DecodeRRegsRegisterClass()
223 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, in DecodeBitpOperand()
234 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, in DecodeNegImmOperand()
275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
384 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction()
398 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp199 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, in DecodeGRRegsRegisterClass()
211 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, in DecodeRRegsRegisterClass()
223 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, in DecodeBitpOperand()
234 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, in DecodeNegImmOperand()
275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
384 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction()
398 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction()
[all …]

12345678910>>...22