Lines Matching refs:emulate_step

99 	stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0)));  in test_ld()
122 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
140 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
164 stepped = emulate_step(&regs, TEST_PLWZ(5, 3, 0, 0)); in test_plwz()
184 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZX(5, 3, 4))); in test_lwzx()
202 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
225 stepped = emulate_step(&regs, TEST_PSTD(5, 3, 0, 0)); in test_pstd()
250 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
268 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STDCX(5, 3, 4))); in test_ldarx_stdcx()
308 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx()
321 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFSX(10, 3, 4))); in test_lfsx_stfsx()
355 stepped = emulate_step(&regs, TEST_PLFS(10, 3, 0, 0)); in test_plfs_pstfs()
368 stepped = emulate_step(&regs, TEST_PSTFS(10, 3, 0, 0)); in test_plfs_pstfs()
398 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFDX(10, 3, 4))); in test_lfdx_stfdx()
411 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFDX(10, 3, 4))); in test_lfdx_stfdx()
445 stepped = emulate_step(&regs, TEST_PLFD(10, 3, 0, 0)); in test_plfd_pstfd()
458 stepped = emulate_step(&regs, TEST_PSTFD(10, 3, 0, 0)); in test_plfd_pstfd()
516 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LVX(10, 3, 4))); in test_lvx_stvx()
532 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STVX(10, 3, 4))); in test_lvx_stvx()
573 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
593 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
651 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVP(34, 4, 0))); in test_lxvp_stxvp()
678 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVP(34, 4, 0))); in test_lxvp_stxvp()
739 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
766 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
828 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()
856 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()