Home | History | Annotate | Download | only in arm

Lines Matching refs:min_value

3939         int32_t min_value = is_signed_type ? 0x80000000 : 0x00000000;
3963 __ mov(r5, Operand(min_value), LeaveCC, ge);