Lines Matching refs:gpr
955 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
959 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
960 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
964 regs->gpr[rd] = 0xff; in mcheck_handle_load()
968 regs->gpr[rd] = 0xff; in mcheck_handle_load()
969 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
974 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
978 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
979 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
983 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
987 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
988 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
997 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
1001 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
1002 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1006 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1010 regs->gpr[rd] = 0xff; in mcheck_handle_load()
1011 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1015 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1019 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
1020 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
1024 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1028 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
1029 regs->gpr[ra] += (s16)d; in mcheck_handle_load()