Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dmacro-assembler-x87.h427 void X87SetRC(int rc);
Dlithium-codegen-x87.cc3929 __ X87SetRC(0x0400); in DoMathFloor() local
3936 __ X87SetRC(0x0000); in DoMathFloor() local
3960 __ X87SetRC(0x0c00); in DoMathRound() local
3971 __ X87SetRC(0x0000); in DoMathRound() local
3994 __ X87SetRC(0x0400); in DoMathRound() local
4005 __ X87SetRC(0x0000); in DoMathRound() local
Dmacro-assembler-x87.cc760 void MacroAssembler::X87SetRC(int rc) { in X87SetRC() function in v8::internal::MacroAssembler