Home
last modified time | relevance | path

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

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.h36 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) override;
38 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printanymem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printanymem() argument
44 printMemReference(MI, OpNo, O); in printanymem()
47 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
48 printMemReference(MI, OpNo, O); in printopaquemem()
51 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
53 printMemReference(MI, OpNo, O); in printi8mem()
[all …]
DX86ATTInstPrinter.h41 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) override;
43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
48 void printanymem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printanymem() argument
49 printMemReference(MI, OpNo, O); in printanymem()
51 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
52 printMemReference(MI, OpNo, O); in printopaquemem()
55 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
56 printMemReference(MI, OpNo, O); in printi8mem()
58 void printi16mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi16mem() argument
59 printMemReference(MI, OpNo, O); in printi16mem()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.h37 void printU4ImmOperand(const MCInst *MI, unsigned OpNo,
39 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printU16ImmOperand(const MCInst *MI, unsigned OpNo,
42 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
44 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 void printS13ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
46 void printU32ImmOperand(const MCInst *MI, unsigned OpNo,
48 void printNamedBit(const MCInst *MI, unsigned OpNo, raw_ostream &O,
50 void printOffen(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
DAMDGPUInstPrinter.cpp37 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() argument
40 O << formatHex(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmOperand()
43 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand() argument
45 O << formatHex(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmOperand()
48 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() argument
53 int64_t Imm = MI->getOperand(OpNo).getImm(); in printU16ImmOperand()
57 printU32ImmOperand(MI, OpNo, STI, O); in printU16ImmOperand()
60 void AMDGPUInstPrinter::printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU4ImmDecOperand() argument
62 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
65 void AMDGPUInstPrinter::printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU8ImmDecOperand() argument
[all …]
/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h41 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
45 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
46 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
47 void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
48 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
52 void printanymem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printanymem() argument
53 printMemReference(MI, OpNo, O); in printanymem()
56 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
57 printMemReference(MI, OpNo, O); in printopaquemem()
60 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
[all …]
DX86IntelInstPrinter.h36 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O);
47 void printanymem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printanymem() argument
48 printMemReference(MI, OpNo, O); in printanymem()
51 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
53 printMemReference(MI, OpNo, O); in printopaquemem()
56 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
[all …]
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.h36 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
37 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
38 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printNamedBit(const MCInst* MI, unsigned OpNo, raw_ostream& O,
45 void printOffen(const MCInst *MI, unsigned OpNo, raw_ostream &O);
46 void printIdxen(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
DAMDGPUInstPrinter.cpp34 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() argument
36 O << formatHex(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmOperand()
39 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand() argument
41 O << formatHex(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmOperand()
44 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() argument
46 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffff); in printU16ImmOperand()
49 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() argument
51 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffffffff); in printU32ImmOperand()
54 void AMDGPUInstPrinter::printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU4ImmDecOperand() argument
56 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUAsmPrinter.cpp63 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) { in printOperand() argument
64 const MachineOperand &MO = MI->getOperand(OpNo); in printOperand()
74 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
77 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
83 printU7ImmOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) in printU7ImmOperand() argument
85 unsigned int value = MI->getOperand(OpNo).getImm(); in printU7ImmOperand()
91 printShufAddr(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) in printShufAddr() argument
93 char value = MI->getOperand(OpNo).getImm(); in printShufAddr()
96 printOperand(MI, OpNo+1, O); in printShufAddr()
101 printS16ImmOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) in printS16ImmOperand() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp90 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() argument
94 unsigned Code = MI->getOperand(OpNo).getImm(); in printPredicateOperand()
114 printOperand(MI, OpNo+1, O); in printPredicateOperand()
117 void PPCInstPrinter::printS5ImmOperand(const MCInst *MI, unsigned OpNo, in printS5ImmOperand() argument
119 char Value = MI->getOperand(OpNo).getImm(); in printS5ImmOperand()
124 void PPCInstPrinter::printU5ImmOperand(const MCInst *MI, unsigned OpNo, in printU5ImmOperand() argument
126 unsigned char Value = MI->getOperand(OpNo).getImm(); in printU5ImmOperand()
131 void PPCInstPrinter::printU6ImmOperand(const MCInst *MI, unsigned OpNo, in printU6ImmOperand() argument
133 unsigned char Value = MI->getOperand(OpNo).getImm(); in printU6ImmOperand()
138 void PPCInstPrinter::printS16ImmOperand(const MCInst *MI, unsigned OpNo, in printS16ImmOperand() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
43 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
45 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
46 printMemReference(MI, OpNo, O); in printopaquemem()
49 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
50 printMemReference(MI, OpNo, O); in printi8mem()
52 void printi16mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi16mem() argument
53 printMemReference(MI, OpNo, O); in printi16mem()
55 void printi32mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi32mem() argument
56 printMemReference(MI, OpNo, O); in printi32mem()
[all …]
DX86IntelInstPrinter.h38 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void print_pcrel_imm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printopaquemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printopaquemem() argument
45 printMemReference(MI, OpNo, O); in printopaquemem()
48 void printi8mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi8mem() argument
50 printMemReference(MI, OpNo, O); in printi8mem()
52 void printi16mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi16mem() argument
54 printMemReference(MI, OpNo, O); in printi16mem()
56 void printi32mem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printi32mem() argument
58 printMemReference(MI, OpNo, O); in printi32mem()
[all …]
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp145 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() argument
148 unsigned Code = MI->getOperand(OpNo).getImm(); in printPredicateOperand()
239 printOperand(MI, OpNo+1, O); in printPredicateOperand()
242 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() argument
244 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU1ImmOperand()
249 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() argument
251 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU2ImmOperand()
256 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand() argument
258 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU3ImmOperand()
263 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() argument
[all …]
DPPCInstPrinter.h45 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
46 void printPredicateOperand(const MCInst *MI, unsigned OpNo,
49 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
50 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
51 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
52 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
54 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
55 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
56 void printU7ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.h64 unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
71 unsigned getJumpTargetOpValueMM(const MCInst &MI, unsigned OpNo,
77 unsigned getUImm5Lsl2Encoding(const MCInst &MI, unsigned OpNo,
81 unsigned getSImm3Lsa2Value(const MCInst &MI, unsigned OpNo,
85 unsigned getUImm6Lsl2Encoding(const MCInst &MI, unsigned OpNo,
91 unsigned getSImm9AddiuspValue(const MCInst &MI, unsigned OpNo,
98 unsigned getBranchTargetOpValue(const MCInst &MI, unsigned OpNo,
105 unsigned getBranchTargetOpValue1SImm16(const MCInst &MI, unsigned OpNo,
112 unsigned getBranchTargetOpValueMMR6(const MCInst &MI, unsigned OpNo,
119 unsigned getBranchTargetOpValueLsl2MMR6(const MCInst &MI, unsigned OpNo,
[all …]
DMipsMCCodeEmitter.cpp232 getBranchTargetOpValue(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue() argument
235 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValue()
254 getBranchTargetOpValue1SImm16(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue1SImm16() argument
257 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValue1SImm16()
276 getBranchTargetOpValueMMR6(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMMR6() argument
279 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValueMMR6()
299 getBranchTargetOpValueLsl2MMR6(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueLsl2MMR6() argument
302 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValueLsl2MMR6()
322 getBranchTarget7OpValueMM(const MCInst &MI, unsigned OpNo, in getBranchTarget7OpValueMM() argument
325 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTarget7OpValueMM()
[all …]
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.h67 unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo,
74 unsigned getJumpTargetOpValueMM(const MCInst &MI, unsigned OpNo,
80 unsigned getUImm5Lsl2Encoding(const MCInst &MI, unsigned OpNo,
84 unsigned getSImm3Lsa2Value(const MCInst &MI, unsigned OpNo,
88 unsigned getUImm6Lsl2Encoding(const MCInst &MI, unsigned OpNo,
94 unsigned getSImm9AddiuspValue(const MCInst &MI, unsigned OpNo,
101 unsigned getBranchTargetOpValue(const MCInst &MI, unsigned OpNo,
108 unsigned getBranchTargetOpValue1SImm16(const MCInst &MI, unsigned OpNo,
115 unsigned getBranchTargetOpValueMMR6(const MCInst &MI, unsigned OpNo,
122 unsigned getBranchTarget7OpValueMM(const MCInst &MI, unsigned OpNo,
[all …]
DMipsMCCodeEmitter.cpp269 getBranchTargetOpValue(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue() argument
273 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValue()
292 getBranchTargetOpValue1SImm16(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue1SImm16() argument
296 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValue1SImm16()
315 getBranchTargetOpValueMMR6(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMMR6() argument
319 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValueMMR6()
339 getBranchTarget7OpValueMM(const MCInst &MI, unsigned OpNo, in getBranchTarget7OpValueMM() argument
343 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTarget7OpValueMM()
361 getBranchTargetOpValueMMPC10(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMMPC10() argument
365 const MCOperand &MO = MI.getOperand(OpNo); in getBranchTargetOpValueMMPC10()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp177 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() argument
180 unsigned Code = MI->getOperand(OpNo).getImm(); in printPredicateOperand()
271 printOperand(MI, OpNo+1, O); in printPredicateOperand()
274 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint() argument
276 unsigned Code = MI->getOperand(OpNo).getImm(); in printATBitsAsHint()
283 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() argument
285 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU1ImmOperand()
290 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() argument
292 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU2ImmOperand()
297 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand() argument
[all …]
DPPCInstPrinter.h48 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 void printPredicateOperand(const MCInst *MI, unsigned OpNo,
51 void printATBitsAsHint(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
54 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
55 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
56 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
57 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
58 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
59 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp88 void HexagonInstPrinter::printOperand(MCInst const *MI, unsigned OpNo, in printOperand() argument
90 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
93 MCOperand const &MO = MI->getOperand(OpNo); in printOperand()
107 void HexagonInstPrinter::printExtOperand(MCInst const *MI, unsigned OpNo, in printExtOperand() argument
109 printOperand(MI, OpNo, O); in printExtOperand()
113 unsigned OpNo, in printUnsignedImmOperand() argument
115 O << MI->getOperand(OpNo).getImm(); in printUnsignedImmOperand()
118 void HexagonInstPrinter::printNegImmOperand(MCInst const *MI, unsigned OpNo, in printNegImmOperand() argument
120 O << -MI->getOperand(OpNo).getImm(); in printNegImmOperand()
123 void HexagonInstPrinter::printNOneImmOperand(MCInst const *MI, unsigned OpNo, in printNOneImmOperand() argument
[all …]
DHexagonInstPrinter.h39 void printOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
40 void printExtOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
41 void printUnsignedImmOperand(MCInst const *MI, unsigned OpNo,
43 void printNegImmOperand(MCInst const *MI, unsigned OpNo,
45 void printNOneImmOperand(MCInst const *MI, unsigned OpNo,
47 void prints3_6ImmOperand(MCInst const *MI, unsigned OpNo,
49 void prints3_7ImmOperand(MCInst const *MI, unsigned OpNo,
51 void prints4_6ImmOperand(MCInst const *MI, unsigned OpNo,
53 void prints4_7ImmOperand(MCInst const *MI, unsigned OpNo,
55 void printBranchOperand(MCInst const *MI, unsigned OpNo,
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp51 unsigned getDirectBrEncoding(const MCInst &MI, unsigned OpNo,
54 unsigned getCondBrEncoding(const MCInst &MI, unsigned OpNo,
57 unsigned getAbsDirectBrEncoding(const MCInst &MI, unsigned OpNo,
60 unsigned getAbsCondBrEncoding(const MCInst &MI, unsigned OpNo,
63 unsigned getImm16Encoding(const MCInst &MI, unsigned OpNo,
66 unsigned getMemRIEncoding(const MCInst &MI, unsigned OpNo,
69 unsigned getMemRIXEncoding(const MCInst &MI, unsigned OpNo,
72 unsigned getMemRIX16Encoding(const MCInst &MI, unsigned OpNo,
75 unsigned getSPE8DisEncoding(const MCInst &MI, unsigned OpNo,
78 unsigned getSPE4DisEncoding(const MCInst &MI, unsigned OpNo,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp57 unsigned getDirectBrEncoding(const MCInst &MI, unsigned OpNo,
60 unsigned getCondBrEncoding(const MCInst &MI, unsigned OpNo,
63 unsigned getAbsDirectBrEncoding(const MCInst &MI, unsigned OpNo,
66 unsigned getAbsCondBrEncoding(const MCInst &MI, unsigned OpNo,
69 unsigned getImm16Encoding(const MCInst &MI, unsigned OpNo,
72 unsigned getMemRIEncoding(const MCInst &MI, unsigned OpNo,
75 unsigned getMemRIXEncoding(const MCInst &MI, unsigned OpNo,
78 unsigned getMemRIX16Encoding(const MCInst &MI, unsigned OpNo,
81 unsigned getSPE8DisEncoding(const MCInst &MI, unsigned OpNo,
84 unsigned getSPE4DisEncoding(const MCInst &MI, unsigned OpNo,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp81 void HexagonInstPrinter::printOperand(MCInst const *MI, unsigned OpNo, in printOperand() argument
83 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
86 MCOperand const &MO = MI->getOperand(OpNo); in printOperand()
100 void HexagonInstPrinter::printExtOperand(MCInst const *MI, unsigned OpNo, in printExtOperand() argument
102 printOperand(MI, OpNo, O); in printExtOperand()
106 unsigned OpNo, in printUnsignedImmOperand() argument
108 O << MI->getOperand(OpNo).getImm(); in printUnsignedImmOperand()
111 void HexagonInstPrinter::printNegImmOperand(MCInst const *MI, unsigned OpNo, in printNegImmOperand() argument
113 O << -MI->getOperand(OpNo).getImm(); in printNegImmOperand()
116 void HexagonInstPrinter::printNOneImmOperand(MCInst const *MI, unsigned OpNo, in printNOneImmOperand() argument
[all …]

12345678910>>...12