Home
last modified time | relevance | path

Searched refs:blendvps (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dpr24139.ll44 …%tmp35 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp27, <4 x float> %tmp29, <4…
53 …%tmp44 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp42, <4 x float> %tmp35, <4…
87 …%tmp78 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp70, <4 x float> %tmp72, <4…
96 …%tmp87 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp85, <4 x float> %tmp78, <4…
131 …%tmp122 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp114, <4 x float> %tmp116,…
140 …%tmp131 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %tmp129, <4 x float> %tmp122,…
148 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>)
D2011-10-21-widen-cmp.ll18 ; CHECK-NEXT: blendvps %xmm0, %xmm0
Dsse41-intrinsics-x86.ll29 ; SSE41-NEXT: blendvps %xmm1, %xmm3
37 …%res = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2…
40 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readno…
Dsse41-intrinsics-fast-isel.ll103 ; X32-NEXT: blendvps %xmm1, %xmm3
111 ; X64-NEXT: blendvps %xmm1, %xmm3
114 …%res = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2)
117 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readno…
Dstack-folding-fp-sse42.ll160 ;CHECK: blendvps {{-?[0-9]*}}(%rsp), {{%xmm[0-9][0-9]*}} {{.*#+}} 16-byte Folded Reload
162 %2 = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a1, <4 x float> %c, <4 x float> %a0)
165 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readno…
Dvector-blend.ll1036 ; SSE41-NEXT: blendvps %xmm2, %xmm3
Dstack-folding-fp-avx1.ll275 %2 = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a1, <4 x float> %c, <4 x float> %a0)
278 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readno…
Davx-intrinsics-x86.ll1508 …%res = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2…
1511 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readno…
/external/llvm/test/Transforms/InstCombine/
Dblend_x86.ll29 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %abcd, <4 x flo…
36 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %abcd, <4 x flo…
43 …%1 = tail call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %xyzw, <4 x float> %xyzw, <4 x flo…
140 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>)
/external/llvm/test/MC/X86/
Dx86-32-coverage.s10515 blendvps (%eax), %xmm1
10517 blendvps %xmm2, %xmm1
10568 blendvps %xmm2, %xmm1 label
10570 blendvps %xmm0, %xmm2, %xmm1 label
10572 blendvps (%eax), %xmm1 label
10574 blendvps %xmm0, (%eax), %xmm1 label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h588 void blendvps(Type Ty, XmmRegister dst, XmmRegister src);
589 void blendvps(Type Ty, XmmRegister dst, const AsmAddress &src);
DIceAssemblerX8664.h607 void blendvps(Type Ty, XmmRegister dst, XmmRegister src);
608 void blendvps(Type Ty, XmmRegister dst, const AsmAddress &src);
DIceAssemblerX8632.cpp1269 void AssemblerX8632::blendvps(Type /* Ty */, XmmRegister dst, XmmRegister src) { in blendvps() function in Ice::X8632::AssemblerX8632
1278 void AssemblerX8632::blendvps(Type /* Ty */, XmmRegister dst, in blendvps() function in Ice::X8632::AssemblerX8632
DIceInstX8632.cpp1069 static const XmmEmitterRegOp Emitter = {&Assembler::blendvps, in emitIAS()
1070 &Assembler::blendvps}; in emitIAS()
DIceInstX8664.cpp1061 static const XmmEmitterRegOp Emitter = {&Assembler::blendvps, in emitIAS()
1062 &Assembler::blendvps}; in emitIAS()
DIceAssemblerX8664.cpp1364 void AssemblerX8664::blendvps(Type /* Ty */, XmmRegister dst, XmmRegister src) { in blendvps() function in Ice::X8664::AssemblerX8664
1374 void AssemblerX8664::blendvps(Type /* Ty */, XmmRegister dst, in blendvps() function in Ice::X8664::AssemblerX8664
/external/libaom/third_party/libyuv/source/
Dx86inc.asm949 AVX_INSTR blendvps, 1, 0, 0
/external/elfutils/libcpu/
DChangeLog235 * defs/i386: Add blendvpd and blendvps opcodes.
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp661 blendvps, f32); \ in TEST_F()
665 blendvps, f32); \ in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp666 blendvps, f32); \ in TEST_F()
670 blendvps, f32); \ in TEST_F()
/external/elfutils/libcpu/defs/
Di386920 01100110,00001111,00111000,00010100,{Mod}{xmmreg}{R_m}:blendvps %xmm0,{Mod}{R_m},{xmmreg}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSSE.td6357 defm BLENDVPS : SS41I_ternary<0x14, "blendvps", v4f32, memopv4f32, f128mem,
6367 def : InstAlias<"blendvps\t{$src2, $dst|$dst, $src2}",
6369 def : InstAlias<"blendvps\t{$src2, $dst|$dst, $src2}",
/external/llvm/lib/Target/X86/
DX86InstrSSE.td7188 defm BLENDVPS : SS41I_ternary_int<0x14, "blendvps", memopv4f32, f128mem,
7200 def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, xmm0}",
7202 def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, xmm0}",

12