Searched refs:PSADBW (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 140 Inferred 66 0F F6 (66 + PSADBW == SSE PSADBW)
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 183 PSADBW, enumerator
|
D | X86IntrinsicsInfo.h | 296 X86_INTRINSIC_DATA(avx2_psad_bw, INTR_TYPE_2OP, X86ISD::PSADBW, 0), 1771 X86_INTRINSIC_DATA(avx512_psad_bw_512, INTR_TYPE_2OP, X86ISD::PSADBW, 0), 1902 X86_INTRINSIC_DATA(sse2_psad_bw, INTR_TYPE_2OP, X86ISD::PSADBW, 0),
|
D | X86InstrFragmentsSIMD.td | 83 def X86psadbw : SDNode<"X86ISD::PSADBW",
|
D | X86ISelLowering.cpp | 20850 V = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT, V, Zeros); in LowerHorizontalByteSum() 20867 Low = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT, in LowerHorizontalByteSum() 20869 High = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT, in LowerHorizontalByteSum() 22264 case X86ISD::PSADBW: return "X86ISD::PSADBW"; in getTargetNodeName() 30738 SDValue Sad = DAG.getNode(X86ISD::PSADBW, DL, SadVT, Op0, Op1); in detectSADPattern()
|
D | X86InstrSSE.td | 4023 defm PSADBW : PDI_binop_rm2<0xF6, "psadbw", X86psadbw, v2i64, v16i8, VR128,
|
/external/valgrind/ |
D | NEWS.old | 836 113810 vex x86->IR: 66 0F F6 (66 + PSADBW == SSE PSADBW)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSSE.td | 3506 defm PSADBW : PDI_binop_rm_int<0xF6, "psadbw", int_x86_sse2_psad_bw, 1>;
|