Lines Matching full:gpr

48     regs->ra = tswapreg(env->gpr[1]);  in target_copy_regs()
49 regs->sp = tswapreg(env->gpr[2]); in target_copy_regs()
50 regs->gp = tswapreg(env->gpr[3]); in target_copy_regs()
51 regs->tp = tswapreg(env->gpr[4]); in target_copy_regs()
53 regs->t[0] = tswapreg(env->gpr[5]); in target_copy_regs()
54 regs->t[1] = tswapreg(env->gpr[6]); in target_copy_regs()
55 regs->t[2] = tswapreg(env->gpr[7]); in target_copy_regs()
56 regs->t[3] = tswapreg(env->gpr[28]); in target_copy_regs()
57 regs->t[4] = tswapreg(env->gpr[29]); in target_copy_regs()
58 regs->t[5] = tswapreg(env->gpr[30]); in target_copy_regs()
59 regs->t[6] = tswapreg(env->gpr[31]); in target_copy_regs()
61 regs->s[0] = tswapreg(env->gpr[8]); in target_copy_regs()
62 regs->s[1] = tswapreg(env->gpr[9]); in target_copy_regs()
63 regs->s[2] = tswapreg(env->gpr[18]); in target_copy_regs()
64 regs->s[3] = tswapreg(env->gpr[19]); in target_copy_regs()
65 regs->s[4] = tswapreg(env->gpr[20]); in target_copy_regs()
66 regs->s[5] = tswapreg(env->gpr[21]); in target_copy_regs()
67 regs->s[6] = tswapreg(env->gpr[22]); in target_copy_regs()
68 regs->s[7] = tswapreg(env->gpr[23]); in target_copy_regs()
69 regs->s[8] = tswapreg(env->gpr[24]); in target_copy_regs()
70 regs->s[9] = tswapreg(env->gpr[25]); in target_copy_regs()
71 regs->s[10] = tswapreg(env->gpr[26]); in target_copy_regs()
72 regs->s[11] = tswapreg(env->gpr[27]); in target_copy_regs()
74 regs->a[0] = tswapreg(env->gpr[10]); in target_copy_regs()
75 regs->a[1] = tswapreg(env->gpr[11]); in target_copy_regs()
76 regs->a[2] = tswapreg(env->gpr[12]); in target_copy_regs()
77 regs->a[3] = tswapreg(env->gpr[13]); in target_copy_regs()
78 regs->a[4] = tswapreg(env->gpr[14]); in target_copy_regs()
79 regs->a[5] = tswapreg(env->gpr[15]); in target_copy_regs()
80 regs->a[6] = tswapreg(env->gpr[16]); in target_copy_regs()
81 regs->a[7] = tswapreg(env->gpr[17]); in target_copy_regs()