Lines Matching refs:gpr
947 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
951 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
952 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
956 regs->gpr[rd] = 0xff; in mcheck_handle_load()
960 regs->gpr[rd] = 0xff; in mcheck_handle_load()
961 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
966 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
970 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
971 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
975 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
979 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
980 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
989 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
993 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
994 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
998 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1002 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1003 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1007 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1011 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1012 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1016 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1020 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1021 regs->gpr[ra] += (s16)d; in mcheck_handle_load()