Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc483 #define ASSEMBLE_AVX_BINOP(asm_instr) \ macro
1678 ASSEMBLE_AVX_BINOP(vaddss); in AssembleArchInstruction()
1681 ASSEMBLE_AVX_BINOP(vsubss); in AssembleArchInstruction()
1684 ASSEMBLE_AVX_BINOP(vmulss); in AssembleArchInstruction()
1687 ASSEMBLE_AVX_BINOP(vdivss); in AssembleArchInstruction()
1702 ASSEMBLE_AVX_BINOP(vaddsd); in AssembleArchInstruction()
1705 ASSEMBLE_AVX_BINOP(vsubsd); in AssembleArchInstruction()
1708 ASSEMBLE_AVX_BINOP(vmulsd); in AssembleArchInstruction()
1711 ASSEMBLE_AVX_BINOP(vdivsd); in AssembleArchInstruction()
2832 #undef ASSEMBLE_AVX_BINOP