Searched defs:reg (Results 1 - 25 of 581) sorted by relevance

1234567891011>>

/external/libunwind/src/aarch64/
H A Dregname.c100 unw_regname (unw_regnum_t reg) argument
102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL)
103 return regname[reg];
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
35 switch (reg)
71 loc = c->dwarf.loc[reg];
/external/libunwind/src/arm/
H A Dregname.c84 unw_regname (unw_regnum_t reg) argument
86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
87 return regname[reg];
H A DGget_save_loc.c28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
35 switch (reg)
53 loc = c->dwarf.loc[reg - UNW_ARM_R0];
H A DGregs.c28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
33 switch (reg)
50 loc = c->dwarf.loc[reg - UNW_ARM_R0];
63 Debug (1, "bad register number %u\n", reg);
76 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
79 Debug (1, "bad register number %u\n", reg);
/external/libunwind/src/hppa/
H A Dregname.c44 unw_regname (unw_regnum_t reg) argument
46 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
47 return regname[reg];
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
H A DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
34 switch (reg)
52 case UNW_HPPA_EH0: reg = UNW_HPPA_GR + 20; break;
53 case UNW_HPPA_EH1: reg = UNW_HPPA_GR + 21; break;
54 case UNW_HPPA_EH2: reg = UNW_HPPA_GR + 22; break;
55 case UNW_HPPA_EH3: reg = UNW_HPPA_GR + 31; break;
61 if ((unsigned) (reg - UNW_HPPA_GR) >= 32)
64 loc = c->dwarf.loc[reg];
73 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
78 if ((unsigned) (reg
[all...]
/external/libunwind/src/mips/
H A Dregname.c40 unw_regname (unw_regnum_t reg) argument
42 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
43 return regname[reg];
44 else if (reg == UNW_MIPS_PC)
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
37 switch (reg)
72 loc = c->dwarf.loc[reg - UNW_MIPS_R0];
H A DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
35 switch (reg)
69 loc = c->dwarf.loc[reg - UNW_MIPS_R0];
73 loc = c->dwarf.loc[reg];
85 Debug (1, "bad register number %u\n", reg);
98 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
101 Debug (1, "bad register number %u\n", reg);
/external/libunwind/src/ppc/
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
/external/libunwind/src/ppc32/
H A Dregname.c106 unw_regname (unw_regnum_t reg) argument
108 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
109 return regname[reg];
H A DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
36 switch (reg)
62 if ((((unsigned) (reg - UNW_PPC32_F0)) <= 31))
65 loc = c->dwarf.loc[reg];
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
79 if ((unsigned) (reg - UNW_PPC32_F0) < 32)
81 loc = c->dwarf.loc[reg];
/external/libunwind/src/ppc64/
H A Dregname.c158 unw_regname (unw_regnum_t reg) argument
160 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
161 return regname[reg];
H A DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
36 switch (reg)
62 if ((((unsigned) (reg - UNW_PPC64_F0)) <= 31) ||
63 (((unsigned) (reg - UNW_PPC64_V0)) <= 31))
66 loc = c->dwarf.loc[reg];
75 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
80 if ((unsigned) (reg - UNW_PPC64_F0) < 32)
82 loc = c->dwarf.loc[reg];
89 if ((unsigned) (reg - UNW_PPC64_V0) < 32)
91 loc = c->dwarf.loc[reg];
[all...]
/external/libunwind/src/sh/
H A Dregname.c50 unw_regname (unw_regnum_t reg) argument
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL)
53 return regname[reg];
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
34 switch (reg)
54 loc = c->dwarf.loc[reg];
H A DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, argument
34 switch (reg)
53 loc = c->dwarf.loc[reg];
63 Debug (1, "bad register number %u\n", reg);
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, argument
77 Debug (1, "bad register number %u\n", reg);
/external/libunwind/src/x86/
H A Dregname.c21 unw_regname (unw_regnum_t reg) argument
23 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
24 return regname[reg];
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
36 switch (reg)
69 loc = x86_scratch_loc (c, reg);
105 loc = x86_scratch_loc (c, reg);
/external/libunwind/src/x86_64/
H A Dregname.c50 unw_regname (unw_regnum_t reg) argument
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
53 return regname[reg];
/external/libunwind/src/ia64/
H A Dregname.c183 unw_regname (unw_regnum_t reg) argument
185 if (reg < NREGS)
186 return regname_str + reg * regname_len;
/external/valgrind/coregrind/m_gdbserver/
H A Dregdef.h25 struct reg struct
45 void set_register_cache (struct reg *regs, int n);
/external/libunwind/src/coredump/
H A D_UPT_access_fpreg.c28 _UCD_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, argument

Completed in 3278 milliseconds

1234567891011>>