readgpreg
if ((error = readgpreg(tf, code->i_asi.i_rs2, val)) != 0)
if ((error = readgpreg(tf, code.i_op3.i_rs1, &rs1)) != 0) {
error = readgpreg(tf, code.i_op3.i_rd, &data.i[0]);
error = readgpreg(tf, code.i_op3.i_rd + 1,
if ((error = readgpreg(tf, code.i_op3.i_rs1, &rs1)) != 0) {
static inline int readgpreg(struct trapframe *, int, void *);
if ((error = readgpreg(tf, code->i_asi.i_rs2, val)) != 0)
if ((error = readgpreg(tf, code.i_op3.i_rs1, &rs1)) != 0) {
error = readgpreg(tf, code.i_op3.i_rd, &data.i[0]);
error = readgpreg(tf, code.i_op3.i_rd + 1,
if ((error = readgpreg(tf, code.i_op3.i_rs1, &rs1)) != 0) {
static inline int readgpreg(struct trapframe64 *, int, void *);