Searched refs:MOVLHPS (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 391 MOVLHPS,
|
H A D | X86ISelLowering.cpp | 4699 case X86ISD::MOVLHPS: 6669 case X86ISD::MOVLHPS: 13410 // Use MOVLHPS/MOVHLPS to simulate unary shuffles. These are only valid 13414 return DAG.getNode(X86ISD::MOVLHPS, DL, MVT::v4f32, V1, V1); 13458 return DAG.getNode(X86ISD::MOVLHPS, DL, MVT::v4f32, V1, V2); 20035 // The MOVLHPS Mask: [all...] |
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1673 #define MOVLHPS(a, b) movlhps P_ARG2(a, b) macro
|
Completed in 46 milliseconds