Home | History | Annotate | Download | only in arm

Lines Matching full:lo_res

1877         int32_t lo_res = static_cast<int32_t>(result);
1880 PrintF("Returned %08x\n", lo_res);
1882 set_register(r0, lo_res);
2059 int32_t lo_res = 0;
2065 lo_res = static_cast<int32_t>(result & 0xffffffff);
2072 lo_res = static_cast<int32_t>(result & 0xffffffff);
2074 set_register(rd_lo, lo_res);