OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_A0
(Results
1 - 7
of
7
) sorted by null
/external/strace/linux/alpha/
arch_regs.h
2
#define
REG_A0
16
get_syscall_args.c
8
if (upeek(tcp->pid,
REG_A0
+i, &tcp->u_arg[i]) < 0)
/external/strace/linux/mips/
arch_regs.h
8
#define
REG_A0
4
11
#define mips_REG_A0 mips_regs.uregs[
REG_A0
+ 0]
12
#define mips_REG_A1 mips_regs.uregs[
REG_A0
+ 1]
13
#define mips_REG_A2 mips_regs.uregs[
REG_A0
+ 2]
14
#define mips_REG_A3 mips_regs.uregs[
REG_A0
+ 3]
15
#define mips_REG_A4 mips_regs.uregs[
REG_A0
+ 4]
16
#define mips_REG_A5 mips_regs.uregs[
REG_A0
+ 5]
/toolchain/binutils/binutils-2.25/gas/config/
bfin-defs.h
109
REG_A0
= 0xc0, REG_A1, REG_CC,
bfin-parse.y
[
all
...]
bfin-lex.l
241
[aA]0 _REG.regno =
REG_A0
; return REG_A_DOUBLE_ZERO;
/toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c
216
REG_A0
, REG_A1, REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1,
[
all
...]
Completed in 245 milliseconds