Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dmacro-assembler-mips64.cc5884 Label in_bounds; in ClampDoubleToUint8() local
5896 BranchF(&in_bounds, NULL, le, input_reg, temp_double_reg); in ClampDoubleToUint8()
5901 bind(&in_bounds); in ClampDoubleToUint8()
/external/v8/src/mips/
Dmacro-assembler-mips.cc5899 Label in_bounds; in ClampDoubleToUint8() local
5911 BranchF(&in_bounds, NULL, le, input_reg, temp_double_reg); in ClampDoubleToUint8()
5916 bind(&in_bounds); in ClampDoubleToUint8()