Searched refs:PSHUFB (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
D | README.md | 136 instruction called PSHUFB. The instruction takes two SIMD vectors, `A` and `B`, 183 But of course, we can't use `B` with `PSHUFB` yet, since its values are 8 bits, 196 `A1`. Here's what we get when we apply `C0 = PSHUFB(A0, B0)`: 204 And `C1 = PSHUFB(A1, B1)`:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 391 X86_INTRINSIC_DATA(avx2_pshuf_b, INTR_TYPE_2OP, X86ISD::PSHUFB, 0), 849 X86_INTRINSIC_DATA(avx512_pshuf_b_512, INTR_TYPE_2OP, X86ISD::PSHUFB, 0), 1102 X86_INTRINSIC_DATA(ssse3_pshuf_b_128, INTR_TYPE_2OP, X86ISD::PSHUFB, 0),
|
D | X86ISelLowering.h | 183 PSHUFB, enumerator
|
D | X86ISelLowering.cpp | 4688 case X86ISD::PSHUFB: in isTargetShuffle() 4727 case X86ISD::PSHUFB: in isTargetShuffleVariableMask() 6759 case X86ISD::PSHUFB: { in getTargetShuffleMask() 9614 Opcode = X86ISD::PSHUFB; in createVariablePermute() 9620 Opcode = X86ISD::PSHUFB; in createVariablePermute() 9630 Opcode = X86ISD::PSHUFB; in createVariablePermute() 9676 DAG.getNode(X86ISD::PSHUFB, DL, VT, Ops[1], Idx), in createVariablePermute() 9677 DAG.getNode(X86ISD::PSHUFB, DL, VT, Ops[0], Idx), in createVariablePermute() 10788 VT, DAG.getNode(X86ISD::PSHUFB, DL, I8VT, DAG.getBitcast(I8VT, V), in lowerShuffleWithPSHUFB() 12261 VT, DAG.getNode(X86ISD::PSHUFB, DL, MVT::v16i8, InputV, in lowerShuffleAsSpecificZeroOrAnyExtend() [all …]
|
D | X86InstrFragmentsSIMD.td | 65 def X86pshufb : SDNode<"X86ISD::PSHUFB",
|
D | X86InstrSSE.td | 4840 defm PSHUFB : SS3I_binop_rm<0x00, "pshufb", X86pshufb, v16i8, v16i8, VR128,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 13181 // FastEmit functions for X86ISD::PSHUFB. 15196 case X86ISD::PSHUFB: return fastEmit_X86ISD_PSHUFB_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|