/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 104 reg_iterator reg_begin(unsigned RegNo) const { in reg_begin() 111 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() 116 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { in reg_nodbg_begin() 123 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() 129 def_iterator def_begin(unsigned RegNo) const { in def_begin() 136 bool def_empty(unsigned RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() 140 use_iterator use_begin(unsigned RegNo) const { in use_begin() 147 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() 156 use_nodbg_iterator use_nodbg_begin(unsigned RegNo) const { in use_nodbg_begin() 163 bool use_nodbg_empty(unsigned RegNo) const { in use_nodbg_empty() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 79 MachineOperand *&getRegUseDefListHead(unsigned RegNo) { in getRegUseDefListHead() 85 MachineOperand *getRegUseDefListHead(unsigned RegNo) const { in getRegUseDefListHead() 247 reg_iterator reg_begin(unsigned RegNo) const { in reg_begin() 260 reg_instr_iterator reg_instr_begin(unsigned RegNo) const { in reg_instr_begin() 276 reg_bundle_iterator reg_bundle_begin(unsigned RegNo) const { in reg_bundle_begin() 289 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() 295 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { in reg_nodbg_begin() 312 reg_instr_nodbg_iterator reg_instr_nodbg_begin(unsigned RegNo) const { in reg_instr_nodbg_begin() 329 reg_bundle_nodbg_iterator reg_bundle_nodbg_begin(unsigned RegNo) const { in reg_bundle_nodbg_begin() 343 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 111 MachineOperand *&getRegUseDefListHead(unsigned RegNo) { in getRegUseDefListHead() 117 MachineOperand *getRegUseDefListHead(unsigned RegNo) const { in getRegUseDefListHead() 282 reg_iterator reg_begin(unsigned RegNo) const { in reg_begin() 295 reg_instr_iterator reg_instr_begin(unsigned RegNo) const { in reg_instr_begin() 311 reg_bundle_iterator reg_bundle_begin(unsigned RegNo) const { in reg_bundle_begin() 324 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty() 330 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { in reg_nodbg_begin() 347 reg_instr_nodbg_iterator reg_instr_nodbg_begin(unsigned RegNo) const { in reg_instr_nodbg_begin() 364 reg_bundle_nodbg_iterator reg_bundle_nodbg_begin(unsigned RegNo) const { in reg_bundle_nodbg_begin() 378 bool reg_nodbg_empty(unsigned RegNo) const { in reg_nodbg_empty() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 241 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/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 208 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/capstone/arch/PowerPC/ |
D | PPCDisassembler.c | 153 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/Disassembler/ |
D | RISCVDisassembler.cpp | 69 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 306 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/capstone/arch/Mips/ |
D | MipsDisassembler.c | 460 static unsigned getReg(MCRegisterInfo *MRI, unsigned RC, unsigned RegNo) in getReg() 762 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeCPU16RegsRegisterClass() 768 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeGPR64RegisterClass() 781 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeGPR32RegisterClass() 794 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodePtrRegisterClass() 803 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeDSPRRegisterClass() 809 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeFGR64RegisterClass() 822 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeFGR32RegisterClass() 835 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeCCRRegisterClass() 848 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeFCCRegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 574 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass() 584 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsLow8RegisterClass() 590 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass() 606 unsigned RegNo, in DecodeGeneralSubRegsRegisterClass() 619 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVRRegisterClass() 634 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDoubleRegsRegisterClass() 647 MCInst &Inst, unsigned RegNo, uint64_t /*Address*/, const void *Decoder) { in DecodeGeneralDoubleLow8RegsRegisterClass() 655 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxWRRegisterClass() 667 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePredRegsRegisterClass() 676 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxQRRegisterClass() [all …]
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 265 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/include/llvm/MC/ |
D | MCRegisterInfo.h | 207 const MCRegisterDesc &get(unsigned RegNo) const { in get() 215 const unsigned *getAliasSet(unsigned RegNo) const { in getAliasSet() 225 const unsigned *getOverlaps(unsigned RegNo) const { in getOverlaps() 234 const unsigned *getSubRegisters(unsigned RegNo) const { in getSubRegisters() 243 const unsigned *getSuperRegisters(unsigned RegNo) const { in getSuperRegisters() 249 const char *getName(unsigned RegNo) const { in getName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 83 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/ |
D | SystemZDisassembler.c | 37 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()
|
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 281 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/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 77 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/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 536 static unsigned getReg(const void *D, unsigned RC, unsigned RegNo) { in getReg() 1127 unsigned RegNo, in DecodeCPU16RegsRegisterClass() 1136 unsigned RegNo, in DecodeGPR64RegisterClass() 1149 unsigned RegNo, in DecodeGPRMM16RegisterClass() 1160 unsigned RegNo, in DecodeGPRMM16ZeroRegisterClass() 1171 unsigned RegNo, in DecodeGPRMM16MovePRegisterClass() 1182 unsigned RegNo, in DecodeGPR32RegisterClass() 1193 unsigned RegNo, in DecodePtrRegisterClass() 1203 unsigned RegNo, in DecodeDSPRRegisterClass() 1210 unsigned RegNo, in DecodeFGR64RegisterClass() [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 40 virtual StringRef getRegName(unsigned RegNo) const { in getRegName() 180 StringRef getRegName(unsigned RegNo) const override { in getRegName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 43 virtual StringRef getRegName(unsigned RegNo) const { in getRegName() 210 StringRef getRegName(unsigned RegNo) const override { in getRegName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/ |
D | AVRDisassembler.cpp | 61 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass() 66 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass() 71 static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePTRREGSRegisterClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 155 unsigned RegNo, in DecodeIntRegsRegisterClass() 166 unsigned RegNo, in DecodeI64RegsRegisterClass() 178 unsigned RegNo, in DecodeFPRegsRegisterClass() 190 unsigned RegNo, in DecodeDFPRegsRegisterClass() 202 unsigned RegNo, in DecodeQFPRegsRegisterClass() 216 unsigned RegNo, in DecodeCPRegsRegisterClass() 226 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 235 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass() 244 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass() 253 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntPairRegisterClass() [all …]
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 153 unsigned RegNo, in DecodeIntRegsRegisterClass() 164 unsigned RegNo, in DecodeI64RegsRegisterClass() 176 unsigned RegNo, in DecodeFPRegsRegisterClass() 188 unsigned RegNo, in DecodeDFPRegsRegisterClass() 200 unsigned RegNo, in DecodeQFPRegsRegisterClass() 214 unsigned RegNo, 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-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 578 static unsigned getReg(const void *D, unsigned RC, unsigned RegNo) { in getReg() 1383 unsigned RegNo, in DecodeCPU16RegsRegisterClass() 1390 unsigned RegNo, in DecodeGPR64RegisterClass() 1402 unsigned RegNo, in DecodeGPRMM16RegisterClass() 1413 unsigned RegNo, in DecodeGPRMM16ZeroRegisterClass() 1424 unsigned RegNo, in DecodeGPRMM16MovePRegisterClass() 1435 unsigned RegNo, in DecodeGPR32RegisterClass() 1446 unsigned RegNo, in DecodePtrRegisterClass() 1456 unsigned RegNo, in DecodeDSPRRegisterClass() 1463 unsigned RegNo, in DecodeFGR64RegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXRegisterInfo.h | 52 const char *getName(unsigned RegNo) const { in getName()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXRegisterInfo.h | 52 const char *getName(unsigned RegNo) const { in getName()
|