Searched refs:X87SetRC (Results 1 – 4 of 4) sorted by relevance
1207 __ X87SetRC((mode << 10)); in AssembleArchInstruction()1220 __ X87SetRC(0x0000); in AssembleArchInstruction() local1705 __ X87SetRC((mode << 10)); in AssembleArchInstruction()1718 __ X87SetRC(0x0000); in AssembleArchInstruction() local
3377 __ X87SetRC(0x0400); in DoMathFloor() local3381 __ X87SetRC(0x0000); in DoMathFloor() local3385 __ X87SetRC(0x0000); in DoMathFloor() local3409 __ X87SetRC(0x0c00); in DoMathRound() local3415 __ X87SetRC(0x0000); in DoMathRound() local3422 __ X87SetRC(0x0000); in DoMathRound() local3445 __ X87SetRC(0x0400); in DoMathRound() local3451 __ X87SetRC(0x0000); in DoMathRound() local3458 __ X87SetRC(0x0000); in DoMathRound() local
440 void X87SetRC(int rc);
864 void MacroAssembler::X87SetRC(int rc) { in X87SetRC() function in v8::internal::MacroAssembler