Searched refs:vfnmadd231sd (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 564 __ vfnmadd231sd(xmm0, xmm1, xmm2); in TEST() local 565 __ vfnmadd231sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
D | test-disasm-x64.cc | 614 __ vfnmadd231sd(xmm0, xmm1, xmm2); in TEST() local 615 __ vfnmadd231sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000)); in TEST() local
|
D | test-assembler-ia32.cc | 731 __ vfnmadd231sd(xmm4, xmm0, xmm1); in TEST() local 753 __ vfnmadd231sd(xmm4, xmm0, Operand(esp, 0)); in TEST() local
|
D | test-assembler-x64.cc | 881 __ vfnmadd231sd(xmm8, xmm0, xmm1); in TEST() local 903 __ vfnmadd231sd(xmm8, xmm0, Operand(rsp, 0)); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1098 void vfnmadd231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd231sd() function 1099 vfnmadd231sd(dst, src1, Operand(src2)); in vfnmadd231sd() 1107 void vfnmadd231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd231sd() function
|
/external/llvm/test/MC/X86/ |
D | avx512-encodings.s | 14071 vfnmadd231sd %xmm18, %xmm11, %xmm6 14075 vfnmadd231sd %xmm18, %xmm11, %xmm6 {%k3} 14079 vfnmadd231sd %xmm18, %xmm11, %xmm6 {%k3} {z} 14083 vfnmadd231sd {rn-sae}, %xmm18, %xmm11, %xmm6 14087 vfnmadd231sd {ru-sae}, %xmm18, %xmm11, %xmm6 14091 vfnmadd231sd {rd-sae}, %xmm18, %xmm11, %xmm6 14095 vfnmadd231sd {rz-sae}, %xmm18, %xmm11, %xmm6 14099 vfnmadd231sd (%rcx), %xmm11, %xmm26 14103 vfnmadd231sd 291(%rax,%r14,8), %xmm11, %xmm26 14107 vfnmadd231sd 1016(%rdx), %xmm11, %xmm26 [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1187 void vfnmadd231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd231sd() function 1196 void vfnmadd231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd231sd() function
|