Home
last modified time | relevance | path

Searched defs:X87SetRC (Results 1 – 3 of 3) sorted by relevance

/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/compiler/x87/
Dcode-generator-x87.cc1220 __ X87SetRC(0x0000); in AssembleArchInstruction() local
1718 __ X87SetRC(0x0000); in AssembleArchInstruction() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc864 void MacroAssembler::X87SetRC(int rc) { in X87SetRC() function in v8::internal::MacroAssembler