Lines Matching refs:emulate_step

102 	stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0)));  in test_ld()
125 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
143 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
167 stepped = emulate_step(&regs, TEST_PLWZ(5, 3, 0, 0)); in test_plwz()
187 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZX(5, 3, 4))); in test_lwzx()
205 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
228 stepped = emulate_step(&regs, TEST_PSTD(5, 3, 0, 0)); in test_pstd()
253 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
271 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STDCX(5, 3, 4))); in test_ldarx_stdcx()
311 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx()
324 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFSX(10, 3, 4))); in test_lfsx_stfsx()
358 stepped = emulate_step(&regs, TEST_PLFS(10, 3, 0, 0)); in test_plfs_pstfs()
371 stepped = emulate_step(&regs, TEST_PSTFS(10, 3, 0, 0)); in test_plfs_pstfs()
401 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFDX(10, 3, 4))); in test_lfdx_stfdx()
414 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFDX(10, 3, 4))); in test_lfdx_stfdx()
448 stepped = emulate_step(&regs, TEST_PLFD(10, 3, 0, 0)); in test_plfd_pstfd()
461 stepped = emulate_step(&regs, TEST_PSTFD(10, 3, 0, 0)); in test_plfd_pstfd()
519 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LVX(10, 3, 4))); in test_lvx_stvx()
535 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STVX(10, 3, 4))); in test_lvx_stvx()
576 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
596 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
654 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVP(34, 4, 0))); in test_lxvp_stxvp()
681 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVP(34, 4, 0))); in test_lxvp_stxvp()
742 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
769 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
831 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()
859 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()