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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 8836   { 3128 /* idivw */, X86::IDIV16r, Convert__Reg1_0, AMFBS_None, { MCK_GR16 }, },
 8838   { 3128 /* idivw */, X86::IDIV16r, Convert__Reg1_0, AMFBS_None, { MCK_GR16, MCK_AX }, },
23396   { 3105 /* idiv */, X86::IDIV16r, Convert__Reg1_0, AMFBS_None, { MCK_GR16 }, },
23406   { 3105 /* idiv */, X86::IDIV16r, Convert__Reg1_1, AMFBS_None, { MCK_AX, MCK_GR16 }, },
lib/Target/X86/X86FastISel.cpp
 1887         { X86::IDIV16r, X86::CWD,     Copy,            X86::AX,  S }, // SDiv
 1888         { X86::IDIV16r, X86::CWD,     Copy,            X86::DX,  S }, // SRem
lib/Target/X86/X86ISelDAGToDAG.cpp
 4813       case MVT::i16: Opc = X86::IDIV16r; MOpc = X86::IDIV16m; break;
lib/Target/X86/X86InstrFoldTables.cpp
  281   { X86::IDIV16r,             X86::IDIV16m,             TB_FOLDED_LOAD },
lib/Target/X86/X86InstructionSelector.cpp
 1580            {X86::IDIV16r, X86::CWD, Copy, X86::AX, S},    // SDiv
 1581            {X86::IDIV16r, X86::CWD, Copy, X86::DX, S},    // SRem