Home
last modified time | relevance | path

Searched refs:ASSEMBLE_FLOAT_UNOP_RC (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc294 #define ASSEMBLE_FLOAT_UNOP_RC(asm_instr, round) \ macro
1592 ASSEMBLE_FLOAT_UNOP_RC(fabs, 0); in AssembleArchInstruction()
1595 ASSEMBLE_FLOAT_UNOP_RC(fsqrt, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1598 ASSEMBLE_FLOAT_UNOP_RC(frim, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1601 ASSEMBLE_FLOAT_UNOP_RC(frip, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1604 ASSEMBLE_FLOAT_UNOP_RC(friz, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1607 ASSEMBLE_FLOAT_UNOP_RC(frin, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1610 ASSEMBLE_FLOAT_UNOP_RC(fneg, 0); in AssembleArchInstruction()
1913 ASSEMBLE_FLOAT_UNOP_RC(frsp, 0); in AssembleArchInstruction()

Completed in 6 milliseconds