Home | History | Annotate | Download | only in mips

Lines Matching refs:min_value

3981         int32_t min_value    = is_signed_type ? 0x80000000 : 0x00000000;
4006 __ li(t2, min_value);