Home
last modified time | relevance | path

Searched refs:MOpc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp460 MachineSDNode *emitPCMPISTR(unsigned ROpc, unsigned MOpc, bool MayFoldLoad,
462 MachineSDNode *emitPCMPESTR(unsigned ROpc, unsigned MOpc, bool MayFoldLoad,
2614 MachineSDNode *X86DAGToDAGISel::emitPCMPISTR(unsigned ROpc, unsigned MOpc, in emitPCMPISTR() argument
2633 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR()
2652 MachineSDNode *X86DAGToDAGISel::emitPCMPESTR(unsigned ROpc, unsigned MOpc, in emitPCMPESTR() argument
2672 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR()
2948 unsigned Opc, MOpc; in Select() local
2955 MOpc = hasBMI2 ? X86::MULX32rm : X86::MUL32m; break; in Select()
2957 MOpc = hasBMI2 ? X86::MULX64rm : X86::MUL64m; break; in Select()
2962 case MVT::i32: Opc = X86::IMUL32r; MOpc = X86::IMUL32m; break; in Select()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp604 unsigned Opc, MOpc; in Select() local
613 Opc = SystemZ::SDIVREM32r; MOpc = SystemZ::SDIVREM32m; in Select()
618 Opc = SystemZ::SDIVREM64r; MOpc = SystemZ::SDIVREM64m; in Select()
645 Result = CurDAG->getMachineNode(MOpc, dl, ResVT, MVT::Other, in Select()
684 unsigned Opc, MOpc, ClrOpc; in Select() local
693 Opc = SystemZ::UDIVREM32r; MOpc = SystemZ::UDIVREM32m; in Select()
699 Opc = SystemZ::UDIVREM64r; MOpc = SystemZ::UDIVREM64m; in Select()
730 Result = CurDAG->getMachineNode(MOpc, dl, ResVT, MVT::Other, in Select()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1714 unsigned Opc, MOpc; in Select() local
1869 case MVT::i8: Opc = X86::MUL8r; MOpc = X86::MUL8m; break; in Select()
1870 case MVT::i16: Opc = X86::MUL16r; MOpc = X86::MUL16m; break; in Select()
1871 case MVT::i32: Opc = X86::MUL32r; MOpc = X86::MUL32m; break; in Select()
1872 case MVT::i64: Opc = X86::MUL64r; MOpc = X86::MUL64m; break; in Select()
1877 case MVT::i8: Opc = X86::IMUL8r; MOpc = X86::IMUL8m; break; in Select()
1878 case MVT::i16: Opc = X86::IMUL16r; MOpc = X86::IMUL16m; break; in Select()
1879 case MVT::i32: Opc = X86::IMUL32r; MOpc = X86::IMUL32m; break; in Select()
1880 case MVT::i64: Opc = X86::IMUL64r; MOpc = X86::IMUL64m; break; in Select()
1909 CurDAG->getMachineNode(MOpc, dl, MVT::Other, MVT::Glue, Ops, in Select()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1932 unsigned Opc, MOpc; in Select() local
2167 case MVT::i8: Opc = X86::MUL8r; MOpc = X86::MUL8m; break; in Select()
2168 case MVT::i16: Opc = X86::MUL16r; MOpc = X86::MUL16m; break; in Select()
2170 MOpc = hasBMI2 ? X86::MULX32rm : X86::MUL32m; break; in Select()
2172 MOpc = hasBMI2 ? X86::MULX64rm : X86::MUL64m; break; in Select()
2177 case MVT::i8: Opc = X86::IMUL8r; MOpc = X86::IMUL8m; break; in Select()
2178 case MVT::i16: Opc = X86::IMUL16r; MOpc = X86::IMUL16m; break; in Select()
2179 case MVT::i32: Opc = X86::IMUL32r; MOpc = X86::IMUL32m; break; in Select()
2180 case MVT::i64: Opc = X86::IMUL64r; MOpc = X86::IMUL64m; break; in Select()
2229 if (MOpc == X86::MULX32rm || MOpc == X86::MULX64rm) { in Select()
[all …]