/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 64 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand() 71 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand() 77 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 82 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 87 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 92 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 97 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 102 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 107 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum, in printU8ImmOperand() 112 void SystemZInstPrinter::printU12ImmOperand(const MCInst *MI, int OpNum, in printU12ImmOperand() [all …]
|
/external/capstone/arch/SystemZ/ |
D | SystemZInstPrinter.c | 115 static void printU4ImmOperand(MCInst *MI, int OpNum, SStream *O) in printU4ImmOperand() 138 static void printU6ImmOperand(MCInst *MI, int OpNum, SStream *O) in printU6ImmOperand() 155 static void printS8ImmOperand(MCInst *MI, int OpNum, SStream *O) in printS8ImmOperand() 179 static void printU8ImmOperand(MCInst *MI, int OpNum, SStream *O) in printU8ImmOperand() 196 static void printS16ImmOperand(MCInst *MI, int OpNum, SStream *O) in printS16ImmOperand() 220 static void printU16ImmOperand(MCInst *MI, int OpNum, SStream *O) in printU16ImmOperand() 237 static void printS32ImmOperand(MCInst *MI, int OpNum, SStream *O) in printS32ImmOperand() 261 static void printU32ImmOperand(MCInst *MI, int OpNum, SStream *O) in printU32ImmOperand() 278 static void printAccessRegOperand(MCInst *MI, int OpNum, SStream *O) in printAccessRegOperand() 291 static void printPCRelOperand(MCInst *MI, int OpNum, SStream *O) in printPCRelOperand() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 224 void ARMInstPrinter::printT2LdrLabelOperand(const MCInst *MI, unsigned OpNum, in printT2LdrLabelOperand() 240 void ARMInstPrinter::printSORegRegOperand(const MCInst *MI, unsigned OpNum, in printSORegRegOperand() 258 void ARMInstPrinter::printSORegImmOperand(const MCInst *MI, unsigned OpNum, in printSORegImmOperand() 367 unsigned OpNum, in printAddrMode2OffsetOperand() 447 unsigned OpNum, in printAddrMode3OffsetOperand() 465 unsigned OpNum, in printPostIdxImm8Operand() 472 void ARMInstPrinter::printPostIdxRegOperand(const MCInst *MI, unsigned OpNum, in printPostIdxRegOperand() 481 unsigned OpNum, in printPostIdxImm8s4Operand() 489 void ARMInstPrinter::printLdStmModeOperand(const MCInst *MI, unsigned OpNum, in printLdStmModeOperand() 496 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand() [all …]
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 793 static void printThumbLdrLabelOperand(MCInst *MI, unsigned OpNum, SStream *O) in printThumbLdrLabelOperand() 832 static void printSORegRegOperand(MCInst *MI, unsigned OpNum, SStream *O) in printSORegRegOperand() 863 static void printSORegImmOperand(MCInst *MI, unsigned OpNum, SStream *O) in printSORegImmOperand() 986 static void printAddrMode2OffsetOperand(MCInst *MI, unsigned OpNum, SStream *O) in printAddrMode2OffsetOperand() 1091 static void printAddrMode3OffsetOperand(MCInst *MI, unsigned OpNum, SStream *O) in printAddrMode3OffsetOperand() 1128 static void printPostIdxImm8Operand(MCInst *MI, unsigned OpNum, SStream *O) in printPostIdxImm8Operand() 1143 static void printPostIdxRegOperand(MCInst *MI, unsigned OpNum, SStream *O) in printPostIdxRegOperand() 1157 static void printPostIdxImm8s4Operand(MCInst *MI, unsigned OpNum, SStream *O) in printPostIdxImm8s4Operand() 1176 static void printAddrMode5Operand(MCInst *MI, unsigned OpNum, SStream *O, in printAddrMode5Operand() 1224 static void printAddrMode6Operand(MCInst *MI, unsigned OpNum, SStream *O) in printAddrMode6Operand() [all …]
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 312 void ARMInstPrinter::printThumbLdrLabelOperand(const MCInst *MI, unsigned OpNum, in printThumbLdrLabelOperand() 342 void ARMInstPrinter::printSORegRegOperand(const MCInst *MI, unsigned OpNum, in printSORegRegOperand() 362 void ARMInstPrinter::printSORegImmOperand(const MCInst *MI, unsigned OpNum, in printSORegImmOperand() 452 unsigned OpNum, in printAddrMode2OffsetOperand() 522 unsigned OpNum, in printAddrMode3OffsetOperand() 540 void ARMInstPrinter::printPostIdxImm8Operand(const MCInst *MI, unsigned OpNum, in printPostIdxImm8Operand() 549 void ARMInstPrinter::printPostIdxRegOperand(const MCInst *MI, unsigned OpNum, in printPostIdxRegOperand() 559 void ARMInstPrinter::printPostIdxImm8s4Operand(const MCInst *MI, unsigned OpNum, in printPostIdxImm8s4Operand() 568 void ARMInstPrinter::printLdStmModeOperand(const MCInst *MI, unsigned OpNum, in printLdStmModeOperand() 577 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 53 void printS16ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printS16ImmOperand() 56 void printU16ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printU16ImmOperand() 59 void printS32ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printS32ImmOperand() 62 void printU32ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printU32ImmOperand() 82 void SystemZAsmPrinter::printPCRelImmOperand(const MachineInstr *MI, int OpNum, in printPCRelImmOperand() 121 void SystemZAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 180 void SystemZAsmPrinter::printRIAddrOperand(const MachineInstr *MI, int OpNum, in printRIAddrOperand() 196 void SystemZAsmPrinter::printRRIAddrOperand(const MachineInstr *MI, int OpNum, in printRRIAddrOperand()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCCodeEmitter.cpp | 89 uint64_t getPC16DBLEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLEncoding() 95 uint64_t getPC32DBLEncoding(const MCInst &MI, unsigned OpNum, in getPC32DBLEncoding() 101 uint64_t getPC16DBLTLSEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLTLSEncoding() 107 uint64_t getPC32DBLTLSEncoding(const MCInst &MI, unsigned OpNum, in getPC32DBLTLSEncoding() 148 getBDAddr12Encoding(const MCInst &MI, unsigned OpNum, in getBDAddr12Encoding() 158 getBDAddr20Encoding(const MCInst &MI, unsigned OpNum, in getBDAddr20Encoding() 168 getBDXAddr12Encoding(const MCInst &MI, unsigned OpNum, in getBDXAddr12Encoding() 179 getBDXAddr20Encoding(const MCInst &MI, unsigned OpNum, in getBDXAddr20Encoding() 191 getBDLAddr12Len8Encoding(const MCInst &MI, unsigned OpNum, in getBDLAddr12Len8Encoding() 202 getBDVAddr12Encoding(const MCInst &MI, unsigned OpNum, in getBDVAddr12Encoding() [all …]
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 695 static void printAddSubImm(MCInst *MI, unsigned OpNum, SStream *O) in printAddSubImm() 716 static void printLogicalImm32(MCInst *MI, unsigned OpNum, SStream *O) in printLogicalImm32() 730 static void printLogicalImm64(MCInst *MI, unsigned OpNum, SStream *O) in printLogicalImm64() 758 static void printShifter(MCInst *MI, unsigned OpNum, SStream *O) in printShifter() 795 static void printShiftedRegister(MCInst *MI, unsigned OpNum, SStream *O) in printShiftedRegister() 806 static void printArithExtend(MCInst *MI, unsigned OpNum, SStream *O) in printArithExtend() 879 static void printExtendedRegister(MCInst *MI, unsigned OpNum, SStream *O) in printExtendedRegister() 893 static void printMemExtend(MCInst *MI, unsigned OpNum, SStream *O, char SrcRegKind, unsigned Width) in printMemExtend() 950 static void printCondCode(MCInst *MI, unsigned OpNum, SStream *O) in printCondCode() 959 static void printInverseCondCode(MCInst *MI, unsigned OpNum, SStream *O) in printInverseCondCode() [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 698 int OpNum = LdStDesc->ListOperand; in printInst() local 1030 void AArch64InstPrinter::printAddSubImm(const MCInst *MI, unsigned OpNum, in printAddSubImm() 1052 void AArch64InstPrinter::printLogicalImm32(const MCInst *MI, unsigned OpNum, in printLogicalImm32() 1060 void AArch64InstPrinter::printLogicalImm64(const MCInst *MI, unsigned OpNum, in printLogicalImm64() 1068 void AArch64InstPrinter::printShifter(const MCInst *MI, unsigned OpNum, in printShifter() 1080 void AArch64InstPrinter::printShiftedRegister(const MCInst *MI, unsigned OpNum, in printShiftedRegister() 1087 void AArch64InstPrinter::printExtendedRegister(const MCInst *MI, unsigned OpNum, in printExtendedRegister() 1094 void AArch64InstPrinter::printArithExtend(const MCInst *MI, unsigned OpNum, in printArithExtend() 1121 void AArch64InstPrinter::printMemExtend(const MCInst *MI, unsigned OpNum, in printMemExtend() 1138 void AArch64InstPrinter::printCondCode(const MCInst *MI, unsigned OpNum, in printCondCode() [all …]
|
D | AArch64InstPrinter.h | 86 void printMemExtend(const MCInst *MI, unsigned OpNum, in printMemExtend() 103 void printUImm12Offset(const MCInst *MI, unsigned OpNum, in printUImm12Offset() 109 void printAMIndexedWB(const MCInst *MI, unsigned OpNum, in printAMIndexedWB()
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 92 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O, in printCvtMode() 142 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O, in printCmpMode() 215 void NVPTXInstPrinter::printLdStCode(const MCInst *MI, int OpNum, in printLdStCode() 263 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() 279 void NVPTXInstPrinter::printProtoIdent(const MCInst *MI, int OpNum, in printProtoIdent()
|
/external/capstone/arch/XCore/ |
D | XCoreInstPrinter.c | 235 static void printOperand(MCInst *MI, int OpNum, SStream *O) in printOperand() 243 static void printInlineJT(MCInst *MI, int OpNum, SStream *O) in printInlineJT() 247 static void printInlineJT32(MCInst *MI, int OpNum, SStream *O) in printInlineJT32()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2162 unsigned OpNum = 0; in ParseFunctionBody() local 2193 unsigned OpNum = 0; in ParseFunctionBody() local 2209 unsigned OpNum = 0; in ParseFunctionBody() local 2231 unsigned OpNum = 0; in ParseFunctionBody() local 2252 unsigned OpNum = 0; in ParseFunctionBody() local 2277 unsigned OpNum = 0; in ParseFunctionBody() local 2292 unsigned OpNum = 0; in ParseFunctionBody() local 2317 unsigned OpNum = 0; in ParseFunctionBody() local 2328 unsigned OpNum = 0; in ParseFunctionBody() local 2341 unsigned OpNum = 0; in ParseFunctionBody() local [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 105 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 111 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand()
|
/external/llvm/lib/CodeGen/ |
D | DetectDeadLanes.cpp | 175 unsigned OpNum = MI.getOperandNo(&MO); in isCrossCopy() local 235 unsigned OpNum = MI.getOperandNo(&MO); in transferUsedLanes() local 298 unsigned OpNum = MI.getOperandNo(&Use); in transferDefinedLanesStep() local 314 unsigned OpNum, LaneBitmask DefinedLanes) const { in transferDefinedLanes() 407 unsigned OpNum = DefMI.getOperandNo(&MO); in determineInitialDefinedLanes() local
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCParsedAsmOperand.h | 48 void setMCOperandNum (unsigned OpNum) { MCOperandNum = OpNum; } in setMCOperandNum()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 175 void AArch64AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNum, in printOperand() 241 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand() 322 unsigned OpNum, in PrintAsmMemoryOperand()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 175 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) { in removeOperand() 210 unsigned OpNum, NewOpc; in rewrite() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3100 unsigned OpNum = 0; in parseConstants() local 3957 unsigned OpNum = 0; in parseModule() local 4518 unsigned OpNum = 0; in parseFunctionBody() local 4555 unsigned OpNum = 0; in parseFunctionBody() local 4583 unsigned OpNum = 0; in parseFunctionBody() local 4627 unsigned OpNum = 0; in parseFunctionBody() local 4666 unsigned OpNum = 0; in parseFunctionBody() local 4712 unsigned OpNum = 0; in parseFunctionBody() local 4727 unsigned OpNum = 0; in parseFunctionBody() local 4752 unsigned OpNum = 0; in parseFunctionBody() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 313 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 401 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand() 513 unsigned OpNum, unsigned AsmVariant, in PrintAsmMemoryOperand() 900 int OpNum = 1; in EmitJumpTable() local 949 int OpNum = (Opcode == ARM::t2BR_JT) ? 2 : 1; in EmitJump2Table() local
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 65 void LanaiAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetInstrInfo.cpp | 31 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, in getRegClass()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 541 RAFast::defineVirtReg(MachineInstr *MI, unsigned OpNum, in defineVirtReg() 575 RAFast::reloadVirtReg(MachineInstr *MI, unsigned OpNum, in reloadVirtReg() 627 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 253 PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmMemoryOperand()
|