HomeSort by relevance Sort by last modified time
    Searched refs:regno (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/elfutils/backends/
s390_regs.c 55 int regno, char *name, size_t namelen,
62 if (regno < 0 || regno > 65 || namelen < 7)
69 if (regno < 16)
74 else if (regno < 32)
80 else if (regno < 48 || regno > 63)
88 switch (regno)
92 name[1] = regno + '0';
99 name[2] = regno - 10 + '0'
    [all...]
sparc_regs.c 38 int regno, char *name, size_t namelen,
48 if (regno < 0 || regno >= 32 + nfp + nspec || namelen < 6)
56 if (regno >= 32 + nfp)
58 regno -= 32 + nfp;
66 if ((ebl->machine != EM_SPARC ? 0 : 4) + 1 - (unsigned int) regno <= 1)
68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno],
72 if (regno < 32)
75 name[0] = "goli"[regno >> 3];
76 name[1] = (regno & 7) + '0'
    [all...]
ppc_regs.c 38 int regno, char *name, size_t namelen,
45 if (regno < 0 || regno > 1155 || namelen < 8)
50 *type = (regno < 32 ? DW_ATE_signed
51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
53 if (regno < 32 || regno == 64 || regno == 66)
55 else if (regno < 64 || regno == 65
    [all...]
ia64_regs.c 38 int regno, char *name, size_t namelen,
45 if (regno < 0 || regno > 687 + 63 || namelen < 12)
52 switch (regno)
56 name[1] = (regno - 0) + '0';
64 name[1] = (regno - 0) / 10 + '0';
65 name[2] = (regno - 0) % 10 + '0';
74 name[2] = (regno - 100) / 10 + '0';
75 name[3] = (regno - 0) % 10 + '0';
83 name[1] = (regno - 128) + '0'
    [all...]
x86_64_regs.c 39 int regno, char *name, size_t namelen,
46 if (regno < 0 || regno > 66 || namelen < 7)
52 if (regno < 17)
57 else if (regno < 33)
62 else if (regno < 41)
68 else if (regno < 49)
70 else if (regno > 49 && regno < 60)
78 switch (regno)
    [all...]
i386_regs.c 38 int regno, char *name, size_t namelen,
45 if (regno < 0 || regno > 45 || namelen < 6)
51 if (regno < 11)
54 if (regno < 9)
57 else if (regno < 19)
63 else if (regno < 29)
68 else if (regno < 37)
73 else if (regno < 40)
81 switch (regno)
    [all...]
alpha_regs.c 38 int regno, char *name, size_t namelen,
45 if (regno < 0 || regno > 66 || namelen < 7)
53 if (regno >= 32 && regno < 64)
59 switch (regno)
69 name[1] = regno - 1 + '0';
75 name[1] = regno - 9 + '0';
81 name[1] = regno - 16 + '0';
87 name[1] = regno - 22 + '8'
    [all...]
alpha_corenote.c 41 { .offset = 0, .regno = 0, .count = 31, .bits = 64 }, /* r0-r30 */
42 { .offset = 32 * 8, .regno = 64, .count = 1, .bits = 64 }, /* pc */
43 { .offset = 33 * 8, .regno = 66, .count = 1, .bits = 64 }, /* unique */
49 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f30, fpcr */
x86_64_corenote.c 43 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 }
45 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
99 { .offset = 0, .regno = 65, .count = 2, .bits = 16 }, /* fcw-fsw */
100 { .offset = 24, .regno = 64, .count = 1, .bits = 32 }, /* mxcsr */
101 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */
102 { .offset = 32 + 128, .regno = 17, .count = 16, .bits = 128 }, /* xmm */
ppc_corenote.c 48 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
69 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f31 */
70 { .offset = 32 * 8 + 4, .regno = 65, .count = 1, .bits = 32 } /* fpscr */
77 { .offset = 0, .regno = 1124, .count = 32, .bits = 128 },
79 { .offset = 32 * 16, .regno = 67, .count = 1, .bits = 32, .pad = 12 },
81 { .offset = 33 * 16, .regno = 356, .count = 1, .bits = 32, .pad = 12 }
87 { .offset = 0, .regno = ???, .count = 32, .bits = 32 },
89 { .offset = 32 * 4, .regno = ???, .count = 1, .bits = 64 }, */
91 { .offset = 34 * 4, .regno = 612, .count = 1, .bits = 32 }
i386_corenote.c 43 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
45 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 }
90 { .offset = 0, .regno = 37, .count = 2, .bits = 32 }, /* fctrl-fstat */
91 { .offset = 7 * 4, .regno = 11, .count = 8, .bits = 80 }, /* stN */
97 { .offset = 0, .regno = 37, .count = 2, .bits = 16 }, /* fctrl-fstat */
98 { .offset = 24, .regno = 39, .count = 1, .bits = 32 }, /* mxcsr */
99 { .offset = 32, .regno = 11, .count = 8, .bits = 80, .pad = 6 }, /* stN */
100 { .offset = 32 + 128, .regno = 21, .count = 8, .bits = 128 }, /* xmm */
  /external/elfutils/libebl/
eblreginfo.c 59 ebl_register_info (ebl, regno, name, namelen, prefix, setname, bits, type)
61 int regno;
69 return ebl == NULL ? -1 : ebl->register_info (ebl, regno, name, namelen,
  /external/elfutils/libdwfl/
dwfl_module_register_names.c 56 int (*func) (void *, int regno, const char *setname,
77 for (int regno = 0; regno < nregs && likely (result == 0); ++regno)
84 ssize_t len = ebl_register_info (mod->ebl, regno, name, sizeof name,
95 result = (*func) (arg, regno, setname, prefix, name, bits, type);
  /external/elfutils/tests/
allregs.c 101 int regno; member in struct:reginfo
112 return a->regno - b->regno;
126 int regno,
134 if (regno >= state->nregs)
136 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]);
138 ((void *) &state->info[regno + 1]
140 state->nregs = regno + 1;
143 state->info[regno].regno = regno
218 int regno = atoi (arg); local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 289 void fetch_register (int regno)
295 if (regno >= the_low_target.num_regs) {
296 dlog(0, "error fetch_register regno %d max %d\n",
297 regno, the_low_target.num_regs);
300 size = register_size (regno);
305 (*the_low_target.transfer_register) (tid, regno, buf,
309 supply_register (regno, buf, &mod);
314 regno, size, the_low_target.reg_defs[regno].name, bufimage,
322 void usr_fetch_inferior_registers (int regno)
    [all...]
valgrind_low.h 41 /* transfer the register regno from/to valgrind (guest state)
46 void (*transfer_register) (ThreadId tid, int regno, void * buf,
target.h 168 If REGNO is -1, fetch all registers; otherwise, fetch at least REGNO. */
169 extern void valgrind_fetch_registers (int regno);
172 If REGNO is -1, store all registers; otherwise, store at least REGNO. */
173 extern void valgrind_store_registers (int regno);
  /external/valgrind/main/VEX/priv/
host_generic_regs.h 113 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) {
114 UInt r24 = regno & 0x00FFFFFF;
117 if (r24 != regno)
118 vpanic("mkHReg: regno exceeds 2^24");
119 return regno | (((UInt)rc) << 28) | (virtual ? (1<<24) : 0);
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 45 uint32_t regno,
51 uint32_t regno,
  /external/valgrind/main/VEX/useful/
show_fp_state.c 75 UInt fp_get_tag ( UInt regno )
77 assert(!(regno < 0 || regno > 7));
78 return (m_fpu_state.env[FP_ENV_TAG] >> (2*regno)) & 3;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
unwind.h 245 _Unwind_GetGR (_Unwind_Context *context, int regno)
248 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
262 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
unwind-arm-common.h 221 _Unwind_GetGR (_Unwind_Context *context, int regno)
224 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
232 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
234 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
unwind.h 245 _Unwind_GetGR (_Unwind_Context *context, int regno)
248 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
262 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
unwind-arm-common.h 221 _Unwind_GetGR (_Unwind_Context *context, int regno)
224 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
232 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
234 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
unwind.h 245 _Unwind_GetGR (_Unwind_Context *context, int regno)
248 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
262 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);

Completed in 337 milliseconds

1 2 3