Home
last modified time | relevance | path

Searched refs:vfnmadd132ss (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/cctest/
Dtest-disasm-ia32.cc588 __ vfnmadd132ss(xmm0, xmm1, xmm2); in TEST() local
589 __ vfnmadd132ss(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000)); in TEST() local
Dtest-disasm-x64.cc638 __ vfnmadd132ss(xmm0, xmm1, xmm2); in TEST() local
639 __ vfnmadd132ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000)); in TEST() local
Dtest-assembler-ia32.cc948 __ vfnmadd132ss(xmm4, xmm2, xmm1); in TEST() local
968 __ vfnmadd132ss(xmm4, xmm2, Operand(esp, 0)); in TEST() local
Dtest-assembler-x64.cc1095 __ vfnmadd132ss(xmm8, xmm2, xmm1); in TEST() local
1115 __ vfnmadd132ss(xmm8, xmm2, Operand(rsp, 0)); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.h1166 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132ss() function
1167 vfnmadd132ss(dst, src1, Operand(src2)); in vfnmadd132ss()
1175 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132ss() function
/external/llvm/test/MC/X86/
Davx512-encodings.s13811 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 …]
/external/llvm/test/CodeGen/X86/
Dfma-intrinsics-x86.ll304 ; CHECK-FMA-WIN-NEXT: vfnmadd132ss (%rdx), %xmm1, %xmm0
321 ; CHECK-FMA-WIN-NEXT: vfnmadd132ss (%rcx), %xmm1, %xmm0
Dfma-scalar-memfold.ll143 ; CHECK-NEXT: vfnmadd132ss (%rdx), %[[XMM]], %[[XMM]]
Dfma-commute-x86.ll212 ; CHECK-NEXT: vfnmadd132ss (%rdx), %xmm0, %xmm0
/external/v8/src/x64/
Dassembler-x64.h1256 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132ss() function
1265 void vfnmadd132ss(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132ss() function