Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc289 #define ASSEMBLE_FLOAT_UNOP_RC(asm_instr, round) \ macro
1666 ASSEMBLE_FLOAT_UNOP_RC(fabs, 0); in AssembleArchInstruction()
1669 ASSEMBLE_FLOAT_UNOP_RC(fsqrt, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1672 ASSEMBLE_FLOAT_UNOP_RC(frim, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1675 ASSEMBLE_FLOAT_UNOP_RC(frip, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1678 ASSEMBLE_FLOAT_UNOP_RC(friz, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1681 ASSEMBLE_FLOAT_UNOP_RC(frin, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1684 ASSEMBLE_FLOAT_UNOP_RC(fneg, 0); in AssembleArchInstruction()
1987 ASSEMBLE_FLOAT_UNOP_RC(frsp, 0); in AssembleArchInstruction()