Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
35 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
54 void X86IntelInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
94 void X86IntelInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
110 void X86IntelInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
123 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, in printPCRelImm()
144 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
157 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
209 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
223 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
[all …]
DCMakeLists.txt3 X86IntelInstPrinter.cpp
DX86IntelInstPrinter.h22 class X86IntelInstPrinter final : public MCInstPrinter {
24 X86IntelInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in X86IntelInstPrinter() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp34 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
38 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
58 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
72 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
120 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
129 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
137 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
156 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
DCMakeLists.txt3 X86IntelInstPrinter.cpp
DX86IntelInstPrinter.h22 class X86IntelInstPrinter final : public X86InstPrinterCommon {
24 X86IntelInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in X86IntelInstPrinter() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
35 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
45 StringRef X86IntelInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName()
49 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
66 void X86IntelInstPrinter::print_pcrel_imm(const MCInst *MI, unsigned OpNo, in print_pcrel_imm()
82 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
95 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
DX86IntelInstPrinter.h24 class X86IntelInstPrinter : public MCInstPrinter {
26 X86IntelInstPrinter(const MCAsmInfo &MAI) in X86IntelInstPrinter() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h119 OS << "Reg:" << X86IntelInstPrinter::getRegisterName(Reg.RegNo); in print()
135 OS << ",BaseReg=" << X86IntelInstPrinter::getRegisterName(Mem.BaseReg); in print()
138 << X86IntelInstPrinter::getRegisterName(Mem.IndexReg); in print()
144 OS << ",SegReg=" << X86IntelInstPrinter::getRegisterName(Mem.SegReg); in print()
DX86AsmParser.cpp1588 BaseRegStr = X86IntelInstPrinter::getRegisterName(SM.getBaseReg()); in RewriteIntelExpression()
1590 IndexRegStr = X86IntelInstPrinter::getRegisterName(SM.getIndexReg()); in RewriteIntelExpression()
2828 StringRef RegName = X86IntelInstPrinter::getRegisterName(Src2); in validateInstruction()
/external/capstone/
DAndroid.bp23 "arch/X86/X86IntelInstPrinter.c",
DMakefile222 LIBOBJ_X86 += $(OBJDIR)/arch/X86/X86IntelInstPrinter.o
DCMakeLists.txt178 arch/X86/X86IntelInstPrinter.c
/external/capstone/xcode/Capstone.xcodeproj/
Dproject.pbxproj84 …DE6FDA00BCA449 /* X86IntelInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE244519D…
120 …DE6FDA00BCA449 /* X86IntelInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE244519D…
158 …DDCDC000EF8EA9 /* X86IntelInstPrinter.c in Sources */ = {isa = PBXBuildFile; fileRef = DCFE244519D…
411 …9DDCD8800EF8EA9 /* X86IntelInstPrinter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcec…
812 DCFE244519DDCD8800EF8EA9 /* X86IntelInstPrinter.c */,
1369 DC474FDA19DE6FDA00BCA449 /* X86IntelInstPrinter.c in Sources */,
1398 DCFE248C19DDCDC000EF8EA9 /* X86IntelInstPrinter.c in Sources */,
1475 DC474FB619DE6FDA00BCA449 /* X86IntelInstPrinter.c in Sources */,
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp406 return new X86IntelInstPrinter(MAI); in createX86MCInstPrinter()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp221 return new X86IntelInstPrinter(MAI, MII, MRI); in createX86MCInstPrinter()
/external/swiftshader/third_party/LLVM/
DAndroid.mk285 lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp \
DAndroid.bp23 "lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp",
DBUILD.gn358 "lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp289 return new X86IntelInstPrinter(MAI, MII, MRI); in createX86MCInstPrinter()
/external/swiftshader/
DCMakeLists.txt566 ${LLVM_DIR}/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
1493 ${LLVM_DIR}/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk791 llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp \
DBUILD.gn429 "llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp",
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenAsmWriter1.inc11 void X86IntelInstPrinter::printInstruction(const MCInst *MI, raw_ostream &O) {
6154 const char *X86IntelInstPrinter::getRegisterName(unsigned RegNo) {
6202 const char *X86IntelInstPrinter::getInstructionName(unsigned Opcode) {
7886 bool X86IntelInstPrinter::printAliasInstr(const MCInst *MI, raw_ostream &OS) {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmWriter1.inc11 void X86IntelInstPrinter::printInstruction(const MCInst *MI, raw_ostream &O) {
33688 const char *X86IntelInstPrinter::getRegisterName(unsigned RegNo) {
33975 bool X86IntelInstPrinter::printAliasInstr(const MCInst *MI, raw_ostream &OS) {
34035 void X86IntelInstPrinter::printCustomAliasOperand(