Searched refs:vfnmadd132ss (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1204 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132ss() function 1205 vfnmadd132ss(dst, src1, Operand(src2)); in vfnmadd132ss() 1213 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132ss() function
|
/external/llvm/test/MC/X86/ |
D | avx512-encodings.s | 13811 vfnmadd132ss %xmm23, %xmm1, %xmm25 13815 vfnmadd132ss %xmm23, %xmm1, %xmm25 {%k3} 13819 vfnmadd132ss %xmm23, %xmm1, %xmm25 {%k3} {z} 13823 vfnmadd132ss {rn-sae}, %xmm23, %xmm1, %xmm25 13827 vfnmadd132ss {ru-sae}, %xmm23, %xmm1, %xmm25 13831 vfnmadd132ss {rd-sae}, %xmm23, %xmm1, %xmm25 13835 vfnmadd132ss {rz-sae}, %xmm23, %xmm1, %xmm25 13839 vfnmadd132ss (%rcx), %xmm1, %xmm25 13843 vfnmadd132ss 291(%rax,%r14,8), %xmm1, %xmm25 13847 vfnmadd132ss 508(%rdx), %xmm1, %xmm25 [all …]
|
D | intel-syntax-avx512.s | 5738 vfnmadd132ss xmm25, xmm1, xmm23 5742 vfnmadd132ss xmm25 {k3}, xmm1, xmm23 5746 vfnmadd132ss xmm25 {k3} {z}, xmm1, xmm23 5750 vfnmadd132ss xmm25, xmm1, xmm23, {rn-sae} 5754 vfnmadd132ss xmm25, xmm1, xmm23, {ru-sae} 5758 vfnmadd132ss xmm25, xmm1, xmm23, {rd-sae} 5762 vfnmadd132ss xmm25, xmm1, xmm23, {rz-sae} 5766 vfnmadd132ss xmm25, xmm1, dword ptr [rcx] 5770 vfnmadd132ss xmm25, xmm1, dword ptr [rax + 8*r14 + 291] 5774 vfnmadd132ss xmm25, xmm1, dword ptr [rdx + 508] [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-x86.ll | 304 ; CHECK-FMA-WIN-NEXT: vfnmadd132ss (%rdx), %xmm1, %xmm0 321 ; CHECK-FMA-WIN-NEXT: vfnmadd132ss (%rcx), %xmm1, %xmm0
|
D | fma-scalar-memfold.ll | 143 ; CHECK-NEXT: vfnmadd132ss (%rdx), %[[XMM]], %[[XMM]]
|
D | fma-commute-x86.ll | 212 ; CHECK-NEXT: vfnmadd132ss (%rdx), %xmm0, %xmm0
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1426 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132ss() function 1435 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132ss() function
|