Home
last modified time | relevance | path

Searched refs:vshufps (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Ddct32.asm200 vshufps m5, m5, m5, 0x1b
206 vshufps m6, m6, m6, 0x1b
218 vshufps m3, m3, m3, 0x1b
225 vshufps m5, m5, m5, 0x1b
240 vshufps m6, m6, m6, 0xcc
H A Dfft.asm106 vshufps %5, %3, %2, 0x4e ; r = {w3,w4,v1,v3,w7,w8,v8,v5}
110 vshufps %5, %4, %1, 0xbb
111 vshufps %3, %4, %1, 0xee
114 vshufps %2, %1, %4, 0xdd
115 vshufps %1, %1, %4, 0x88
692 vshufps ymm1, ymm1, ymm1, 0x1b
693 vshufps ymm3, ymm3, ymm3, 0x1b
H A Dsynth_filter.asm38 vshufps %1, %1, %1, q0123
/third_party/ffmpeg/libavutil/x86/
H A Dfloat_dsp.asm387 vshufps m0, m0, m0, q0123
390 vshufps m1, m1, m1, q0123
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gblur.asm326 vshufps m%3, m%1, m%2, 0x88
327 vshufps m%4, m%1, m%2, 0xDD
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc123 vshufps(dst, src1, src2, imm8); in Shufps()
321 vshufps(dst, src, src, 0); in F32x4Splat()
H A Dmacro-assembler-shared-ia32-x64.h722 vshufps(dst, dst, scratch, 0x88); in I32x4TruncSatF64x2UZero()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1162 void vshufps(XMMRegister dst, XMMRegister src1, XMMRegister src2, byte imm8) { in vshufps() function in v8::internal::Assembler
1163 vshufps(dst, src1, Operand(src2), imm8); in vshufps()
1165 void vshufps(XMMRegister dst, XMMRegister src1, Operand src2, byte imm8);
H A Dassembler-ia32.cc2920 void Assembler::vshufps(XMMRegister dst, XMMRegister src1, Operand src2, in vshufps() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h1610 void vshufps(XMMRegister dst, XMMRegister src1, XMMRegister src2, byte imm8) { in vshufps() function in v8::internal::Assembler
1613 void vshufps(YMMRegister dst, YMMRegister src1, YMMRegister src2, byte imm8) { in vshufps() function in v8::internal::Assembler

Completed in 21 milliseconds