Home
last modified time | relevance | path

Searched refs:vfmadd132ss (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ia32/
Dassembler-ia32.h1168 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/
Dsimple-tests.txt746 # CHECK: vfmadd132ss %xmm11, %xmm12, %xmm10
752 # CHECK: vfmadd132ss (%rax), %xmm12, %xmm10
/external/llvm/test/MC/X86/
Davx512-encodings.s13187 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 …]
Dintel-syntax-avx512.s3386 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/
Dfma-intrinsics-x86.ll15 ; CHECK-FMA-WIN-NEXT: vfmadd132ss (%rdx), %xmm1, %xmm0
32 ; CHECK-FMA-WIN-NEXT: vfmadd132ss (%rcx), %xmm1, %xmm0
Dfma-scalar-memfold.ll43 ; CHECK-NEXT: vfmadd132ss (%rdx), %[[XMM]], %[[XMM]]
Dfma-commute-x86.ll23 ; CHECK-NEXT: vfmadd132ss (%rdx), %xmm0, %xmm0
Davx512-intrinsics.ll6292 ; 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/
Dassembler-x64.h1390 void vfmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmadd132ss() function
1399 void vfmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmadd132ss() function