HomeSort by relevance Sort by last modified time
    Searched refs:reg_loc (Results 1 - 4 of 4) sorted by null

  /external/libunwind/src/ia64/
Gget_save_loc.c 37 ia64_loc_t loc, reg_loc; local
62 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))];
64 if (IA64_IS_FP_LOC (reg_loc))
66 loc = reg_loc;
Gregs.c 274 ia64_loc_t nat_loc, ia64_loc_t reg_loc, uint8_t nat_bitnr,
281 if (IA64_IS_FP_LOC (reg_loc))
290 ret = ia64_putfp (c, reg_loc, unw.nat_val_be);
292 ret = ia64_putfp (c, reg_loc, unw.nat_val_le);
299 ret = ia64_getfp (c, reg_loc, &tmp);
311 ret = ia64_putfp (c, reg_loc, tmp);
316 ret = ia64_getfp (c, reg_loc, &tmp);
330 || IA64_IS_UC_LOC (reg_loc))
363 ia64_loc_t loc, reg_loc, nat_loc; local
404 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))]
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); local
218 const Kind kind = reg_loc.GetKind();
219 const int32_t value = reg_loc.GetValue();
  /art/compiler/optimizing/
code_generator_mips64.cc 1422 Location reg_loc = is_slot1 ? loc2 : loc1; local
    [all...]

Completed in 604 milliseconds