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

References

gen/lib/Target/X86/X86GenDAGISel.inc
31943 /* 66325*/  /*SwitchOpcode*/ 8|128,4/*520*/, TARGET_VAL(X86ISD::SMUL),// ->66849
lib/Target/X86/X86FastISel.cpp
 2900       BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break;
 2955     } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {
lib/Target/X86/X86ISelDAGToDAG.cpp
 4621   case X86ISD::SMUL:
 4635       ROpc = Opcode == X86ISD::SMUL ? X86::IMUL8r : X86::MUL8r;
 4636       MOpc = Opcode == X86ISD::SMUL ? X86::IMUL8m : X86::MUL8m;
lib/Target/X86/X86ISelLowering.cpp
21142     BaseOp = X86ISD::SMUL;
21184        Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL ||
28686   case X86ISD::SMUL:               return "X86ISD::SMUL";