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

1 2

  /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);
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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...]
  /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/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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.3/lib/gcc/arm-eabi/4.4.3/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-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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);
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 63 int regno = 1; local
65 regno += code.addLoad(regno, params[i]);
66 code.setMaxLocals(regno + 1); // the last parameter is added.
120 int regno = 0; local
123 regno += code.addLoad(regno, params[i]);
125 code.setMaxLocals(regno);
JvstCodeGen.java 344 int regno = indexOfParam1(); local
347 regno += bytecode.addLoad(regno, p);
381 int regno = indexOfParam1();
384 regno += bytecode.addLoad(regno, p);
600 * @param regno the index of the local variable in which
605 CtClass[] params, int regno) {
624 int s = code.addLoad(regno, pt); // ?load <regno>
    [all...]
  /external/javassist/src/main/javassist/expr/
Expr.java 233 int regno, Bytecode bytecode) {
234 storeStack0(0, params.length, params, regno + 1, bytecode);
238 bytecode.addAstore(regno);
241 private static void storeStack0(int i, int n, CtClass[] params, int regno,
253 storeStack0(i + 1, n, params, regno + size, bytecode);
254 bytecode.addStore(regno, c);
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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; \
769 for (regno = FIRST_HI_REGNUM; \
770 regno <= LAST_HI_REGNUM; ++regno) \
771 fixed_regs[regno] = call_used_regs[regno] = 1;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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; \
769 for (regno = FIRST_HI_REGNUM; \
770 regno <= LAST_HI_REGNUM; ++regno) \
771 fixed_regs[regno] = call_used_regs[regno] = 1;
    [all...]
  /external/qemu/target-arm/
op_helper.c 299 uint32_t HELPER(get_user_reg)(uint32_t regno)
303 if (regno == 13) {
305 } else if (regno == 14) {
307 } else if (regno >= 8
309 val = env->usr_regs[regno - 8];
311 val = env->regs[regno];
316 void HELPER(set_user_reg)(uint32_t regno, uint32_t val)
318 if (regno == 13) {
320 } else if (regno == 14) {
322 } else if (regno >=
    [all...]
  /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/valgrind/main/coregrind/m_debuginfo/
d3basics.c 394 static Bool get_Dwarf_Reg( /*OUT*/Addr* a, Word regno, RegSummary* regs )
398 if (regno == 5/*EBP*/) { *a = regs->fp; return True; }
399 if (regno == 4/*ESP*/) { *a = regs->sp; return True; }
401 if (regno == 6/*RBP*/) { *a = regs->fp; return True; }
402 if (regno == 7/*RSP*/) { *a = regs->sp; return True; }
404 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
406 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
408 if (regno == 13) { *a = regs->sp; return True; }
409 if (regno == 11) { *a = regs->fp; return True; }
578 RegNo, and that is taken to mean the value in th
    [all...]

Completed in 2273 milliseconds

1 2