Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/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/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/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/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/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/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/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrAnalysis.h31 virtual bool isBranch(const MCInst &Inst) const { in isBranch()
35 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch()
39 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch()
43 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch()
47 virtual bool isCall(const MCInst &Inst) const { in isCall()
51 virtual bool isReturn(const MCInst &Inst) const { in isReturn()
/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/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp851 static DecodeStatus DecodeGPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
862 DecodeGPRnopcRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass()
868 static DecodeStatus DecodetGPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass()
875 static DecodeStatus DecodetcGPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
905 static DecodeStatus DecoderGPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass()
922 static DecodeStatus DecodeSPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass()
943 static DecodeStatus DecodeDPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass()
953 static DecodeStatus DecodeDPR_8RegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass()
961 DecodeDPR_VFP2RegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeDPR_VFP2RegisterClass()
976 static DecodeStatus DecodeQPRRegisterClass(llvm::MCInst &Inst, unsigned RegNo, in DecodeQPRRegisterClass()
[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/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/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/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp152 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()
242 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass()
251 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntPairRegisterClass()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp916 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
926 void addCondCodeOperands(MCInst &Inst, unsigned N) const { in addCondCodeOperands()
933 void addCoprocNumOperands(MCInst &Inst, unsigned N) const { in addCoprocNumOperands()
938 void addCoprocRegOperands(MCInst &Inst, unsigned N) const { in addCoprocRegOperands()
943 void addCoprocOptionOperands(MCInst &Inst, unsigned N) const { in addCoprocOptionOperands()
948 void addITMaskOperands(MCInst &Inst, unsigned N) const { in addITMaskOperands()
953 void addITCondCodeOperands(MCInst &Inst, unsigned N) const { in addITCondCodeOperands()
958 void addCCOutOperands(MCInst &Inst, unsigned N) const { in addCCOutOperands()
963 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands()
968 void addRegShiftedRegOperands(MCInst &Inst, unsigned N) const { in addRegShiftedRegOperands()
[all …]
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp113 const MCInst &Inst, const MCOperand &MCOp, SmallVectorImpl<MCFixup> &Fixups, in getMachineOpValue()
138 unsigned adjustPqBits(const MCInst &Inst, unsigned Value, unsigned PBitShift, in adjustPqBits()
164 LanaiMCCodeEmitter::adjustPqBitsRmAndRrm(const MCInst &Inst, unsigned Value, in adjustPqBitsRmAndRrm()
170 LanaiMCCodeEmitter::adjustPqBitsSpls(const MCInst &Inst, unsigned Value, in adjustPqBitsSpls()
176 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction()
189 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getRiMemoryOpValue()
221 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getRrMemoryOpValue()
259 LanaiMCCodeEmitter::getSplsOpValue(const MCInst &Inst, unsigned OpNo, in getSplsOpValue()
292 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getCallTargetOpValue()
305 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getBranchTargetOpValue()
/external/capstone/arch/Sparc/
DSparcDisassembler.c87 static DecodeStatus DecodeIntRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
101 static DecodeStatus DecodeI64RegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
115 static DecodeStatus DecodeFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
129 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
143 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
160 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
296 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
303 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
310 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
317 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
[all …]
/external/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp64 bool IRTranslator::translateBinaryOp(unsigned Opcode, const Instruction &Inst) { in translateBinaryOp()
76 bool IRTranslator::translateReturn(const Instruction &Inst) { in translateReturn()
85 bool IRTranslator::translateBr(const Instruction &Inst) { in translateBr()
102 bool IRTranslator::translate(const Instruction &Inst) { in translate()
150 for (const Instruction &Inst: BB) { in runOnMachineFunction() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1149 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
1159 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands()
1164 void addGPR32as64Operands(MCInst &Inst, unsigned N) const { in addGPR32as64Operands()
1176 void addVectorReg64Operands(MCInst &Inst, unsigned N) const { in addVectorReg64Operands()
1183 void addVectorReg128Operands(MCInst &Inst, unsigned N) const { in addVectorReg128Operands()
1190 void addVectorRegLoOperands(MCInst &Inst, unsigned N) const { in addVectorRegLoOperands()
1196 void addVectorList64Operands(MCInst &Inst, unsigned N) const { in addVectorList64Operands()
1209 void addVectorList128Operands(MCInst &Inst, unsigned N) const { in addVectorList128Operands()
1221 void addVectorIndex1Operands(MCInst &Inst, unsigned N) const { in addVectorIndex1Operands()
1226 void addVectorIndexBOperands(MCInst &Inst, unsigned N) const { in addVectorIndexBOperands()
[all …]
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h19 struct Inst { struct
21 Inst(unsigned Opc, unsigned ImmOpnd); argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
50 #define TestArithSSXmmAddr(FloatSize, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument
124 #define TestPArithXmmXmm(Dst, Value0, Src, Value1, Inst, Op, Type, Size) \ in TEST_F() argument
149 #define TestPArithXmmAddr(Dst, Value0, Value1, Inst, Op, Type, Size) \ in TEST_F() argument
173 #define TestPArithXmmImm(Dst, Value0, Imm, Inst, Op, Type, Size) \ in TEST_F() argument
398 #define TestArithPSXmmXmm(FloatSize, Dst, Value0, Src, Value1, Inst, Op, Type) \ in TEST_F() argument
422 #define TestArithPSXmmXmmUntyped(Dst, Value0, Src, Value1, Inst, Op, Type) \ in TEST_F() argument
446 #define TestArithPSXmmAddrUntyped(Dst, Value0, Value1, Inst, Op, Type) \ in TEST_F() argument
469 #define TestMinMaxPS(FloatSize, Dst, Value0, Src, Value1, Inst, Type) \ in TEST_F() argument
493 #define TestArithPSXmmAddr(FloatSize, Dst, Value0, Value1, Inst, Op, Type) \ in TEST_F() argument
[all …]

12345678910>>...15