Lines Matching refs:gpr
950 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
954 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
955 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
959 regs->gpr[rd] = 0xff; in mcheck_handle_load()
963 regs->gpr[rd] = 0xff; in mcheck_handle_load()
964 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
969 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
973 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
974 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
978 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
982 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
983 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
992 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
996 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
997 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1001 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1005 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1006 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1010 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1014 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1015 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1019 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1023 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1024 regs->gpr[ra] += (s16)d; in mcheck_handle_load()