HomeSort by relevance Sort by last modified time
    Searched refs:regno (Results 26 - 50 of 73) sorted by null

12 3

  /prebuilts/gcc/linux-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/linux-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/linux-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);
  /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);
  /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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 30 ERROR changing register xxx regno y
39 ERROR changing register xxx regno y
48 ERROR changing register xxx regno y
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 124 uint32_t regno,
130 uint32_t regno,
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h 124 uint32_t regno,
130 uint32_t regno,
  /external/elfutils/backends/
sparc_corenote.c 46 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 204 UInt fp_get_tag ( Fpu_State* x87, UInt regno )
206 assert(!(regno < 0 || regno > 7));
207 return (x87->env[FP_ENV_TAG] >> (2*regno)) & 3;
hd_fpu.c 273 UInt regno = fp_get_tos(); local
274 assert(regno >= 0 && regno < 8);
275 regno += stregno;
276 if (regno >= 8) regno -= 8;
277 assert(regno >= 0 && regno < 8);
278 return regno;
304 UInt fp_get_tag ( UInt regno )
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 124 int regno = abs_regno % num_regs; local
129 switch (regno) {
171 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
177 VG_(transfer) (&x86->guest_FPREG[regno-16], &fpreg64,
remote-utils.c 958 char * outreg (int regno, char *buf)
960 if ((regno >> 12) != 0)
961 *buf++ = tohex ((regno >> 12) & 0xf);
962 if ((regno >> 8) != 0)
963 *buf++ = tohex ((regno >> 8) & 0xf);
964 *buf++ = tohex ((regno >> 4) & 0xf);
965 *buf++ = tohex (regno & 0xf);
967 collect_register_as_string (regno, buf);
968 buf += 2 * register_size (regno);
valgrind-low-amd64.c 157 int regno = abs_regno % dyn_num_regs; local
162 switch (regno) {
212 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16],
218 VG_(transfer) (&amd64->guest_FPREG[regno-16], &fpreg64,
valgrind-low-mips32.c 149 int regno = abs_regno % num_regs; local
154 switch (regno) {
228 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 396 static Bool get_Dwarf_Reg( /*OUT*/Addr* a, Word regno, RegSummary* regs )
400 if (regno == 5/*EBP*/) { *a = regs->fp; return True; }
401 if (regno == 4/*ESP*/) { *a = regs->sp; return True; }
403 if (regno == 6/*RBP*/) { *a = regs->fp; return True; }
404 if (regno == 7/*RSP*/) { *a = regs->sp; return True; }
406 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
408 if (regno == 1/*SP*/) { *a = regs->sp; return True; }
410 if (regno == 13) { *a = regs->sp; return True; }
411 if (regno == 11) { *a = regs->fp; return True; }
413 if (regno == 15) { *a = regs->sp; return True;
    [all...]
  /external/elfutils/libebl/
ebl-hooks.h 157 int regno, char *name, size_t namelen,
libebl.h 237 If NAME is null, return the maximum REGNO + 1 that has a name.
238 Otherwise, store in NAME the name for DWARF register number REGNO
240 Return -1 if NAMELEN is too short or REGNO is negative or too large.
241 Return 0 if REGNO is unused (a gap in the DWARF number assignment).
247 int regno, char *name, size_t namelen,
332 Dwarf_Half regno; /* DWARF register number. */ member in struct:__anon19928
  /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) {

Completed in 462 milliseconds

12 3