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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8565   { 1946 /* divb */, X86::DIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8 }, },
 8567   { 1946 /* divb */, X86::DIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8, MCK_AL }, },
23140   { 1942 /* div */, X86::DIV8r, Convert__Reg1_0, AMFBS_None, { MCK_GR8 }, },
23145   { 1942 /* div */, X86::DIV8r, Convert__Reg1_1, AMFBS_None, { MCK_AL, MCK_GR8 }, },
lib/Target/X86/X86FastISel.cpp
 1882         { X86::DIV8r,   0,            X86::MOVZX16rr8, X86::AL,  U }, // UDiv
 1883         { X86::DIV8r,   0,            X86::MOVZX16rr8, X86::AH,  U }, // URem
lib/Target/X86/X86ISelDAGToDAG.cpp
 4804       case MVT::i8:  Opc = X86::DIV8r;  MOpc = X86::DIV8m;  break;
lib/Target/X86/X86InstrFoldTables.cpp
  279   { X86::DIV8r,               X86::DIV8m,               TB_FOLDED_LOAD },
lib/Target/X86/X86InstructionSelector.cpp
 1573            {X86::DIV8r, 0, X86::MOVZX16rr8, X86::AL, U},  // UDiv
 1574            {X86::DIV8r, 0, X86::MOVZX16rr8, X86::AH, U},  // URem