Searched defs:regno (Results 1 - 3 of 3) sorted by relevance

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Dhard-reg-set.h507 unsigned min, unsigned *regno)
525 *regno = min;
529 hard_reg_set_iter_set (hard_reg_set_iterator *iter, unsigned *regno) argument
543 *regno += 1;
545 return (*regno < FIRST_PSEUDO_REGISTER);
549 *regno = (*regno + HARD_REG_ELT_BITS - 1);
550 *regno -= *regno % HARD_REG_ELT_BITS;
558 *regno
506 hard_reg_set_iter_init(hard_reg_set_iterator *iter, HARD_REG_SET set, unsigned min, unsigned *regno) argument
564 hard_reg_set_iter_next(hard_reg_set_iterator *iter, unsigned *regno) argument
[all...]
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
H A Dunwind.h245 _Unwind_GetGR (_Unwind_Context *context, int regno) argument
248 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) argument
262 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
H A Dunwind.h245 _Unwind_GetGR (_Unwind_Context *context, int regno) argument
248 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) argument
262 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);

Completed in 349 milliseconds