Home
last modified time | relevance | path

Searched refs:in_bounds (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.cc3628 Label in_bounds; in ClampDoubleToUint8() local
3642 b(le, &in_bounds); in ClampDoubleToUint8()
3647 bind(&in_bounds); in ClampDoubleToUint8()
/external/v8/src/mips/
Dmacro-assembler-mips.cc5342 Label in_bounds; in ClampDoubleToUint8() local
5354 BranchF(&in_bounds, NULL, le, input_reg, temp_double_reg); in ClampDoubleToUint8()
5359 bind(&in_bounds); in ClampDoubleToUint8()