Lines Matching full:gpr
961 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
965 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
966 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
970 regs->gpr[rd] = 0xff; in mcheck_handle_load()
974 regs->gpr[rd] = 0xff; in mcheck_handle_load()
975 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
980 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
984 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
985 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
989 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
993 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
994 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
1003 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
1007 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
1008 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1012 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1016 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1017 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1021 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1025 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1026 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1030 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1034 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1035 regs->gpr[ra] += (s16)d; in mcheck_handle_load()