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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 7092     case X86::CH: OpKind = MCK_GR8_ABCD_H; break;
gen/lib/Target/X86/X86GenRegisterInfo.inc
 1151   { X86::CH },
 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, 
 1333     X86::AL, X86::CL, X86::DL, X86::AH, X86::CH, X86::DH, X86::BL, X86::BH, 
 1343     X86::AH, X86::CH, X86::DH, X86::BH, 
lib/Target/X86/Disassembler/X86Disassembler.cpp
  270   static constexpr MCPhysReg llvmRegnums[] = {ALL_REGS};
  507   ALL_REGS
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
 1068     if (Reg == X86::AH || Reg == X86::BH || Reg == X86::CH || Reg == X86::DH)
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
   94       {codeview::RegisterId::CH, X86::CH},
  622       case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  623         return X86::CH;
  634       case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  671     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  707     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  743     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
tools/llvm-exegesis/lib/X86/Target.cpp
  584                                                               X86::CH, X86::DH};