Searched refs:regno (Results 26 - 50 of 65) sorted by last modified time

123

/external/qemu/target-arm/
H A Dop_helper.c289 uint32_t HELPER(get_user_reg)(CPUARMState *env, uint32_t regno) argument
293 if (regno == 13) {
295 } else if (regno == 14) {
297 } else if (regno >= 8
299 val = env->usr_regs[regno - 8];
301 val = env->regs[regno];
306 void HELPER(set_user_reg)(CPUARMState *env, uint32_t regno, uint32_t val) argument
308 if (regno == 13) {
310 } else if (regno == 14) {
312 } else if (regno >
[all...]
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dfetch.c152 copy_gpr(struct fetch_context *ctx, struct value *valuep, int regno) argument
154 value_set_word(valuep, ctx->regs.gprs[regno]);
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp138 bool push_reg_p (int& regno);
139 bool mov_reg_to_local_stack_frame_p (int& regno, int& fp_offset);
356 bool AssemblyParse_x86::push_reg_p (int& regno) { argument
365 regno = (*p - 0x50) | regno_prefix_bit;
376 bool AssemblyParse_x86::mov_reg_to_local_stack_frame_p (int& regno, int& rbp_offset) { argument
416 regno = ((*(p + 1) >> 3) & 0x7) | src_reg_prefix_bit;
847 int insn_len, offset, regno; local
860 || push_reg_p (regno) || mov_reg_to_local_stack_frame_p (regno, offset))
/external/libpcap/
H A Dgencode.c6627 s->s.k = a->regno;
6638 s->s.k = a->regno;
6657 int regno = alloc_reg(); local
6659 free_reg(inst->regno);
6874 inst->regno = regno;
6876 s->s.k = regno;
6909 free_reg(a0->regno);
6910 free_reg(a1->regno);
6931 int regno local
[all...]
H A Dgencode.h276 int regno; /* virtual register number of result */ member in struct:arth
/external/libcxxabi/include/
H A Dunwind.h197 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
202 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp779 uint32_t regno,
784 regno, representation,
789 if (representation != _UVRSD_UINT32 || regno > 15)
791 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
796 if (representation != _UVRSD_UINT32 || regno > 3)
798 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno),
807 if (regno > 15)
811 if (regno > 31)
814 return unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno),
819 if (representation != _UVRSD_DOUBLE || regno > 3
776 _Unwind_VRS_Set( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
828 _Unwind_VRS_Get_Internal( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
876 _Unwind_VRS_Get( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
[all...]
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java63 int regno = 1;
65 regno += code.addLoad(regno, params[i]);
66 code.setMaxLocals(regno + 1); // the last parameter is added.
120 int regno = 0;
123 regno += code.addLoad(regno, params[i]);
125 code.setMaxLocals(regno);
H A DJvstCodeGen.java344 int regno = indexOfParam1();
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>
604 compileParameterList(Bytecode code, CtClass[] params, int regno) argument
[all...]
/external/javassist/src/main/javassist/expr/
H A DExpr.java233 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, argument
253 storeStack0(i + 1, n, params, regno + size, bytecode);
254 bytecode.addStore(regno, c);
232 storeStack(CtClass[] params, boolean isStaticCall, int regno, Bytecode bytecode) argument
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java1249 int regno = 1;
1258 regno = makeWrapper(code, type, regno);
1260 code.addAload(regno);
1261 regno++;
1268 private static int makeWrapper(Bytecode code, Class type, int regno) { argument
1273 addLoad(code, regno, type);
1276 return regno + FactoryHelper.dataSize[index];
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java167 * @param regno the index of the local variable in which
172 CtClass[] params, int regno) {
173 return JvstCodeGen.compileParameterList(code, params, regno);
171 compileParameterList(Bytecode code, CtClass[] params, int regno) argument
/external/elfutils/0.153/backends/
H A Dalpha_corenote.c41 { .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 */
H A Dalpha_regs.c38 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
37 alpha_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Darm_corenote.c42 { .offset = 0, .regno = 0, .count = 16, .bits = 32 }, /* r0..r15 */
43 { .offset = 16 * 4, .regno = 128, .count = 1, .bits = 32 }, /* cpsr */
56 { .offset = 0, .regno = 96, .count = 8, .bits = 96 }, /* f0..f7 */
H A Darm_regs.c38 int regno, char *name, size_t namelen,
45 if (regno < 0 || regno > 320 || namelen < 5)
53 switch (regno)
57 name[1] = regno + '0';
64 name[2] = regno % 10 + '0';
70 name[0] = "slp"[regno - 13];
71 name[1] = "prc"[regno - 13];
76 regno += 96 - 16;
83 name[1] = regno
37 arm_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Di386_corenote.c43 { .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 */
H A Di386_regs.c38 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)
37 i386_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Dia64_regs.c38 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
37 ia64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Dppc_corenote.c48 { .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 }
H A Dppc_regs.c38 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
37 ppc_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Ds390_regs.c55 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
54 s390_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Dsh_corenote.c43 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 }
78 { .offset = 0, .regno = 25, .count = 16, .bits = 32 }, /* fr0-fr15 */
79 { .offset = 16, .regno = 87, .count = 16, .bits = 32 }, /* xf0-xf15 */
80 { .offset = 32, .regno = 24, .count = 1, .bits = 32 }, /* fpscr */
81 { .offset = 33, .regno = 23, .count = 1, .bits = 32 } /* fpul */
H A Dsh_regs.c40 int regno, char *name, size_t namelen,
47 if (regno < 0 || regno > 103 || namelen < 6)
54 switch (regno)
59 name[1] = regno + '0';
67 name[2] = regno - 10 + '0';
149 name[2] = regno - 25 + '0';
159 name[3] = regno - 35 + '0';
168 name[2] = regno - 87 + '0';
178 name[3] = regno
39 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Dsparc_corenote.c46 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }

Completed in 248 milliseconds

123