Home
last modified time | relevance | path

Searched refs:mips_REG_A3 (Results 1 – 4 of 4) sorted by relevance

/external/strace/linux/mips/
Dget_syscall_args.c9 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()
16 tcp->u_arg[3] = tcp->ext_arg[3] = mips_REG_A3; in get_syscall_args()
23 tcp->u_arg[3] = mips_REG_A3; in get_syscall_args()
Dget_scno.c8 if (mips_REG_A3 == 0 || mips_REG_A3 == (uint64_t) -1) { in arch_get_scno()
Dget_error.c4 if (mips_REG_A3) { in get_error()
Darch_regs.h14 #define mips_REG_A3 mips_regs.uregs[REG_A0 + 3] macro