Home
last modified time | relevance | path

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

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc288 #define ASSEMBLE_FLOAT_UNOP_RC(asm_instr, round) \ macro
1616 ASSEMBLE_FLOAT_UNOP_RC(fabs, 0); in AssembleArchInstruction()
1619 ASSEMBLE_FLOAT_UNOP_RC(fsqrt, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1622 ASSEMBLE_FLOAT_UNOP_RC(frim, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1625 ASSEMBLE_FLOAT_UNOP_RC(frip, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1628 ASSEMBLE_FLOAT_UNOP_RC(friz, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1631 ASSEMBLE_FLOAT_UNOP_RC(frin, MiscField::decode(instr->opcode())); in AssembleArchInstruction()
1634 ASSEMBLE_FLOAT_UNOP_RC(fneg, 0); in AssembleArchInstruction()
1870 ASSEMBLE_FLOAT_UNOP_RC(frsp, 0); in AssembleArchInstruction()