Searched refs:SMUL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.h251 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
252 ADD, SUB, ADC, SBB, SMUL, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp9013 Opc == X86ISD::SMUL ||
9156 case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break;
9282 Cond.getOpcode() == X86ISD::SMUL ||
9337 case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break;
11070 BaseOp = X86ISD::SMUL;
11743 case X86ISD::SMUL: return "X86ISD::SMUL";
13499 case X86ISD::SMUL:

Completed in 207 milliseconds