Searched refs:vfmsub231sd (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | avx512-fma.ll | 95 ; ALL-NEXT: vfmsub231sd (%rdi), %xmm0, %xmm1
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1118 void vfmsub231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub231sd() function 1119 vfmsub231sd(dst, src1, Operand(src2)); in vfmsub231sd() 1127 void vfmsub231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmsub231sd() function
|
/external/llvm/test/MC/X86/ |
D | avx512-encodings.s | 13759 vfmsub231sd %xmm6, %xmm11, %xmm3 13763 vfmsub231sd %xmm6, %xmm11, %xmm3 {%k7} 13767 vfmsub231sd %xmm6, %xmm11, %xmm3 {%k7} {z} 13771 vfmsub231sd {rn-sae}, %xmm6, %xmm11, %xmm3 13775 vfmsub231sd {ru-sae}, %xmm6, %xmm11, %xmm3 13779 vfmsub231sd {rd-sae}, %xmm6, %xmm11, %xmm3 13783 vfmsub231sd {rz-sae}, %xmm6, %xmm11, %xmm3 13787 vfmsub231sd (%rcx), %xmm11, %xmm23 13791 vfmsub231sd 291(%rax,%r14,8), %xmm11, %xmm23 13795 vfmsub231sd 1016(%rdx), %xmm11, %xmm23 [all …]
|
D | intel-syntax-avx512.s | 5006 vfmsub231sd xmm3, xmm11, xmm6 5010 vfmsub231sd xmm3 {k7}, xmm11, xmm6 5014 vfmsub231sd xmm3 {k7} {z}, xmm11, xmm6 5018 vfmsub231sd xmm3, xmm11, xmm6, {rn-sae} 5022 vfmsub231sd xmm3, xmm11, xmm6, {ru-sae} 5026 vfmsub231sd xmm3, xmm11, xmm6, {rd-sae} 5030 vfmsub231sd xmm3, xmm11, xmm6, {rz-sae} 5034 vfmsub231sd xmm3, xmm11, qword ptr [rcx] 5038 vfmsub231sd xmm3, xmm11, qword ptr [rax + 8*r14 + 291] 5042 vfmsub231sd xmm3, xmm11, qword ptr [rdx + 1016] [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1339 void vfmsub231sd(XMMRegister dst, XMMRegister src1, XMMRegister src2) { in vfmsub231sd() function 1348 void vfmsub231sd(XMMRegister dst, XMMRegister src1, const Operand& src2) { in vfmsub231sd() function
|