Home | History | Annotate | Download | only in strace

Lines Matching refs:offset_reg

1152 		long opcode, offset_reg, tmp;
1193 offset_reg = (opcode & 0x000f0000) >> 16;
1194 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))
1199 offset_reg = (opcode & 0x0000f000) >> 12;
1200 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))
1213 offset_reg = (opcode & 0x00f00000) >> 20;
1214 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))