Searched defs:vfnmadd132sd (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 560 __ vfnmadd132sd(xmm0, xmm1, xmm2); in TEST() local 561 __ vfnmadd132sd(xmm0, xmm1, Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
D | test-disasm-x64.cc | 610 __ vfnmadd132sd(xmm0, xmm1, xmm2); in TEST() local 611 __ vfnmadd132sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000)); in TEST() local
|
D | test-assembler-ia32.cc | 719 __ vfnmadd132sd(xmm4, xmm2, xmm1); in TEST() local 739 __ vfnmadd132sd(xmm4, xmm2, Operand(esp, 0)); in TEST() local
|
D | test-assembler-x64.cc | 869 __ vfnmadd132sd(xmm8, xmm2, xmm1); in TEST() local 889 __ vfnmadd132sd(xmm8, xmm2, Operand(rsp, 0)); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1092 void vfnmadd132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132sd() function 1101 void vfnmadd132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132sd() function
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1181 void vfnmadd132sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfnmadd132sd() function 1190 void vfnmadd132sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfnmadd132sd() function
|