Lines Matching refs:gpr
876 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
880 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
881 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
885 regs->gpr[rd] = 0xff; in mcheck_handle_load()
889 regs->gpr[rd] = 0xff; in mcheck_handle_load()
890 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
895 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
899 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
900 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
904 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
908 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
909 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
918 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
922 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
923 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
927 regs->gpr[rd] = 0xff; in mcheck_handle_load()
931 regs->gpr[rd] = 0xff; in mcheck_handle_load()
932 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
936 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
940 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
941 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
945 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
949 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
950 regs->gpr[ra] += (s16)d; in mcheck_handle_load()