Home
last modified time | relevance | path

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

/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1207 __ X87SetRC((mode << 10)); in AssembleArchInstruction()
1220 __ X87SetRC(0x0000); in AssembleArchInstruction() local
1705 __ X87SetRC((mode << 10)); in AssembleArchInstruction()
1718 __ X87SetRC(0x0000); in AssembleArchInstruction() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3377 __ X87SetRC(0x0400); in DoMathFloor() local
3381 __ X87SetRC(0x0000); in DoMathFloor() local
3385 __ X87SetRC(0x0000); in DoMathFloor() local
3409 __ X87SetRC(0x0c00); in DoMathRound() local
3415 __ X87SetRC(0x0000); in DoMathRound() local
3422 __ X87SetRC(0x0000); in DoMathRound() local
3445 __ X87SetRC(0x0400); in DoMathRound() local
3451 __ X87SetRC(0x0000); in DoMathRound() local
3458 __ X87SetRC(0x0000); in DoMathRound() local
/external/v8/src/x87/
Dmacro-assembler-x87.h440 void X87SetRC(int rc);
Dmacro-assembler-x87.cc864 void MacroAssembler::X87SetRC(int rc) { in X87SetRC() function in v8::internal::MacroAssembler