reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 7098     case X86::R8B: OpKind = MCK_GR8; break;
gen/lib/Target/X86/X86GenCallingConv.inc
 2218       X86::CL, X86::DL, X86::R8B, X86::R9B
 3448       X86::AL, X86::DL, X86::CL, X86::R8B
 3621       X86::AL, X86::CL, X86::DL, X86::DIL, X86::SIL, X86::R8B, X86::R9B, X86::R12B, X86::R13B, X86::R14B, X86::R15B
 3821       X86::AL, X86::CL, X86::DL, X86::DIL, X86::SIL, X86::R8B, X86::R9B, X86::R10B, X86::R11B, X86::R12B, X86::R14B, X86::R15B
gen/lib/Target/X86/X86GenRegisterInfo.inc
 1244   { X86::R8B },
 1313     X86::AL, X86::CL, X86::DL, X86::AH, X86::CH, X86::DH, X86::BL, X86::BH, X86::SIL, X86::DIL, X86::BPL, X86::SPL, X86::R8B, X86::R9B, X86::R10B, X86::R11B, X86::R14B, X86::R15B, X86::R12B, X86::R13B, 
 6255   static const MCPhysReg AltOrder1[] = { X86::AL, X86::CL, X86::DL, X86::BL, X86::SIL, X86::DIL, X86::BPL, X86::SPL, X86::R8B, X86::R9B, X86::R10B, X86::R11B, X86::R14B, X86::R15B, X86::R12B, X86::R13B };
lib/Target/X86/Disassembler/X86Disassembler.cpp
  270   static constexpr MCPhysReg llvmRegnums[] = {ALL_REGS};
  507   ALL_REGS
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  856     case X86::R8B:   case X86::R9B:   case X86::R10B:  case X86::R11B:
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  172       {codeview::RegisterId::R8B, X86::R8B},
  646       case X86::R8B: case X86::R8W: case X86::R8D: case X86::R8:
  647         return X86::R8B;
  683     case X86::R8B: case X86::R8W: case X86::R8D: case X86::R8:
  719     case X86::R8B: case X86::R8W: case X86::R8D: case X86::R8:
  755     case X86::R8B: case X86::R8W: case X86::R8D: case X86::R8: