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

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 755 int regno; \
759 for (regno = FIRST_FPA_REGNUM; \
760 regno <= LAST_FPA_REGNUM; ++regno) \
761 fixed_regs[regno] = call_used_regs[regno] = 1; \
770 for (regno = FIRST_HI_REGNUM; \
771 regno <= LAST_HI_REGNUM; ++regno) \
772 fixed_regs[regno] = call_used_regs[regno] = 1;
    [all...]
  /external/qemu/target-arm/
op_helper.c 302 uint32_t HELPER(get_user_reg)(uint32_t regno)
306 if (regno == 13) {
308 } else if (regno == 14) {
310 } else if (regno >= 8
312 val = env->usr_regs[regno - 8];
314 val = env->regs[regno];
319 void HELPER(set_user_reg)(uint32_t regno, uint32_t val)
321 if (regno == 13) {
323 } else if (regno == 14) {
325 } else if (regno >=
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 248 _Unwind_GetGR (_Unwind_Context *context, int regno)
251 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
263 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
265 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 248 _Unwind_GetGR (_Unwind_Context *context, int regno)
251 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
263 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
265 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 249 _Unwind_GetGR (_Unwind_Context *context, int regno)
252 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
264 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
266 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 248 _Unwind_GetGR (_Unwind_Context *context, int regno)
251 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
263 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
265 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 248 _Unwind_GetGR (_Unwind_Context *context, int regno)
251 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
263 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
265 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 249 _Unwind_GetGR (_Unwind_Context *context, int regno)
252 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
264 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
266 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hard-reg-set.h 507 unsigned min, unsigned *regno)
525 *regno = min;
529 hard_reg_set_iter_set (hard_reg_set_iterator *iter, unsigned *regno)
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 += HARD_REG_ELT_BITS
    [all...]
defaults.h 405 #define DBX_REGISTER_NUMBER(REGNO) (REGNO)
855 #define LOCAL_REGNO(REGNO) 0
930 #define HARD_REGNO_NREGS_HAS_PADDING(REGNO, MODE) 0
931 #define HARD_REGNO_NREGS_WITH_PADDING(REGNO, MODE) -1
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /development/pdk/docs/porting/
display_drivers.jd 133 pguide_fb_setcolreg(unsigned int regno, unsigned int red, unsigned int green,
138 if (regno < 16) {
139 fb->cmap[regno] = convert_bitfield(transp, &fb->fb.var.transp) |
  /external/kernel-headers/original/asm-x86/
processor_32.h 512 static inline unsigned long native_get_debugreg(int regno)
516 switch (regno) {
535 static inline void native_set_debugreg(int regno, unsigned long value)
537 switch (regno) {
  /external/qemu/
arm-dis.c 1733 int regno = ((given >> 12) & 0xf) | ((given >> (22 - 4)) & 0x10); local
1942 int regno; local
2574 int regno = ((given >> 16) & 0xf) | ((given >> (7 - 4)) & 0x10); local
    [all...]
  /external/libpcap/
gencode.c 5584 int regno = alloc_reg(); local
5857 int regno = alloc_reg(); local
    [all...]
gencode.h 257 int regno; /* virtual register number of result */ member in struct:arth

Completed in 1020 milliseconds

1 2 3 4 5