Home
last modified time | relevance | path

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

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc412 #define ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(mode) \ macro
846 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(floor); in AssembleArchInstruction()
854 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(trunc); in AssembleArchInstruction()
862 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(ceil); in AssembleArchInstruction()
870 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(round); in AssembleArchInstruction()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc426 #define ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(mode) \ macro
963 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(floor); in AssembleArchInstruction()
971 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(trunc); in AssembleArchInstruction()
979 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(ceil); in AssembleArchInstruction()
987 ASSEMBLE_ROUND_DOUBLE_TO_DOUBLE(round); in AssembleArchInstruction()