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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8824   { 3110 /* idivb */, X86::IDIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8 }, },
 8826   { 3110 /* idivb */, X86::IDIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8, MCK_AL }, },
23399   { 3105 /* idiv */, X86::IDIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8 }, },
23404   { 3105 /* idiv */, X86::IDIV8r, Convert__Reg1_1, AMFBS_None, { MCK_AL, MCK_GR8 }, },
lib/Target/X86/X86FastISel.cpp
 1880         { X86::IDIV8r,  0,            X86::MOVSX16rr8, X86::AL,  S }, // SDiv
 1881         { X86::IDIV8r,  0,            X86::MOVSX16rr8, X86::AH,  S }, // SRem
lib/Target/X86/X86ISelDAGToDAG.cpp
 4812       case MVT::i8:  Opc = X86::IDIV8r;  MOpc = X86::IDIV8m;  break;
lib/Target/X86/X86InstrFoldTables.cpp
  284   { X86::IDIV8r,              X86::IDIV8m,              TB_FOLDED_LOAD },
lib/Target/X86/X86InstructionSelector.cpp
 1571            {X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AL, S}, // SDiv
 1572            {X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AH, S}, // SRem