Searched refs:vfmadd132ss (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1168 void vfmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd132ss() function 1169 vfmadd132ss(dst, src1, Operand(src2)); in vfmadd132ss() 1177 void vfmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd132ss() function
|
/external/llvm/test/MC/Disassembler/X86/ |
D | simple-tests.txt | 746 # CHECK: vfmadd132ss %xmm11, %xmm12, %xmm10 752 # CHECK: vfmadd132ss (%rax), %xmm12, %xmm10
|
/external/llvm/test/MC/X86/ |
D | avx512-encodings.s | 13187 vfmadd132ss %xmm22, %xmm17, %xmm30 13191 vfmadd132ss %xmm22, %xmm17, %xmm30 {%k3} 13195 vfmadd132ss %xmm22, %xmm17, %xmm30 {%k3} {z} 13199 vfmadd132ss {rn-sae}, %xmm22, %xmm17, %xmm30 13203 vfmadd132ss {ru-sae}, %xmm22, %xmm17, %xmm30 13207 vfmadd132ss {rd-sae}, %xmm22, %xmm17, %xmm30 13211 vfmadd132ss {rz-sae}, %xmm22, %xmm17, %xmm30 13215 vfmadd132ss (%rcx), %xmm17, %xmm30 13219 vfmadd132ss 291(%rax,%r14,8), %xmm17, %xmm30 13223 vfmadd132ss 508(%rdx), %xmm17, %xmm30 [all …]
|
D | intel-syntax-avx512.s | 3386 vfmadd132ss xmm30, xmm17, xmm22 3390 vfmadd132ss xmm30 {k3}, xmm17, xmm22 3394 vfmadd132ss xmm30 {k3} {z}, xmm17, xmm22 3398 vfmadd132ss xmm30, xmm17, xmm22, {rn-sae} 3402 vfmadd132ss xmm30, xmm17, xmm22, {ru-sae} 3406 vfmadd132ss xmm30, xmm17, xmm22, {rd-sae} 3410 vfmadd132ss xmm30, xmm17, xmm22, {rz-sae} 3414 vfmadd132ss xmm30, xmm17, dword ptr [rcx] 3418 vfmadd132ss xmm30, xmm17, dword ptr [rax + 8*r14 + 291] 3422 vfmadd132ss xmm30, xmm17, dword ptr [rdx + 508] [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-x86.ll | 15 ; CHECK-FMA-WIN-NEXT: vfmadd132ss (%rdx), %xmm1, %xmm0 32 ; CHECK-FMA-WIN-NEXT: vfmadd132ss (%rcx), %xmm1, %xmm0
|
D | fma-scalar-memfold.ll | 43 ; CHECK-NEXT: vfmadd132ss (%rdx), %[[XMM]], %[[XMM]]
|
D | fma-commute-x86.ll | 23 ; CHECK-NEXT: vfmadd132ss (%rdx), %xmm0, %xmm0
|
D | avx512-intrinsics.ll | 6292 ; CHECK-NEXT: vfmadd132ss %xmm1, %xmm2, %xmm3 {%k1} 6296 ; CHECK-NEXT: vfmadd132ss {rz-sae}, %xmm1, %xmm2, %xmm5 {%k1} 6420 ; CHECK-NEXT: vfmadd132ss (%rdi), %xmm1, %xmm0 {%k1}
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1390 void vfmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd132ss() function 1399 void vfmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd132ss() function
|