Lines Matching refs:gpr
914 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
918 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
919 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
923 regs->gpr[rd] = 0xff; in mcheck_handle_load()
927 regs->gpr[rd] = 0xff; in mcheck_handle_load()
928 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
933 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
937 regs->gpr[rd] = 0xffff; in mcheck_handle_load()
938 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
942 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
946 regs->gpr[rd] = ~0UL; in mcheck_handle_load()
947 regs->gpr[ra] += regs->gpr[rb]; in mcheck_handle_load()
956 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
960 regs->gpr[rd] = 0xffffffff; in mcheck_handle_load()
961 regs->gpr[ra] += (s16)d; in mcheck_handle_load()
965 regs->gpr[rd] = 0xff; in mcheck_handle_load()
969 regs->gpr[rd] = 0xff; in mcheck_handle_load()
970 regs->gpr[ra] += (s16)d; 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] += (s16)d; 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] += (s16)d; in mcheck_handle_load()