Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc5048 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() local
5050 __ ClampUint8(result_reg, unclamped_reg); in DoClampIToUint8()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc5050 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() local
5052 __ ClampUint8(result_reg, unclamped_reg); in DoClampIToUint8()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc5253 Register unclamped_reg = ToRegister(instr->unclamped()); in DoClampIToUint8() local
5255 __ ClampUint8(result_reg, unclamped_reg); in DoClampIToUint8()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc5323 Register unclamped_reg = ToRegister(instr->unclamped()); in DoShiftI() local
5325 __ ClampUint8(result_reg, unclamped_reg); in DoShiftI()