Lines Matching refs:stepped

96 	int stepped = -1;  in test_ld()  local
102 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LD(5, 3, 0))); in test_ld()
104 if (stepped == 1 && regs.gpr[5] == a) in test_ld()
114 int stepped = -1; in test_pld() local
125 stepped = emulate_step(&regs, TEST_PLD(5, 3, 0, 0)); in test_pld()
127 if (stepped == 1 && regs.gpr[5] == a) in test_pld()
137 int stepped = -1; in test_lwz() local
143 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZ(5, 3, 0))); in test_lwz()
145 if (stepped == 1 && regs.gpr[5] == a) in test_lwz()
155 int stepped = -1; in test_plwz() local
167 stepped = emulate_step(&regs, TEST_PLWZ(5, 3, 0, 0)); in test_plwz()
169 if (stepped == 1 && regs.gpr[5] == a) in test_plwz()
179 int stepped = -1; in test_lwzx() local
187 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LWZX(5, 3, 4))); in test_lwzx()
188 if (stepped == 1 && regs.gpr[5] == a[2]) in test_lwzx()
198 int stepped = -1; in test_std() local
205 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
206 if (stepped == 1 && regs.gpr[5] == a) in test_std()
216 int stepped = -1; in test_pstd() local
228 stepped = emulate_step(&regs, TEST_PSTD(5, 3, 0, 0)); in test_pstd()
229 if (stepped == 1 || regs.gpr[5] == a) in test_pstd()
239 int stepped = -1; in test_ldarx_stdcx() local
253 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0))); in test_ldarx_stdcx()
260 if (stepped <= 0 || regs.gpr[5] != 0x1234) { in test_ldarx_stdcx()
271 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STDCX(5, 3, 4))); in test_ldarx_stdcx()
281 if (stepped == 1 && ((regs.gpr[5] == a && (regs.ccr & cr0_eq)) in test_ldarx_stdcx()
297 int stepped = -1; in test_lfsx_stfsx() local
311 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFSX(10, 3, 4))); in test_lfsx_stfsx()
313 if (stepped == 1) in test_lfsx_stfsx()
324 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFSX(10, 3, 4))); in test_lfsx_stfsx()
326 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
340 int stepped = -1; in test_plfs_pstfs() local
358 stepped = emulate_step(&regs, TEST_PLFS(10, 3, 0, 0)); in test_plfs_pstfs()
360 if (stepped == 1) in test_plfs_pstfs()
371 stepped = emulate_step(&regs, TEST_PSTFS(10, 3, 0, 0)); in test_plfs_pstfs()
373 if (stepped == 1 && c.b == cached_b) in test_plfs_pstfs()
387 int stepped = -1; in test_lfdx_stfdx() local
401 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LFDX(10, 3, 4))); in test_lfdx_stfdx()
403 if (stepped == 1) in test_lfdx_stfdx()
414 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFDX(10, 3, 4))); in test_lfdx_stfdx()
416 if (stepped == 1 && c.b == cached_b) in test_lfdx_stfdx()
430 int stepped = -1; in test_plfd_pstfd() local
448 stepped = emulate_step(&regs, TEST_PLFD(10, 3, 0, 0)); in test_plfd_pstfd()
450 if (stepped == 1) in test_plfd_pstfd()
461 stepped = emulate_step(&regs, TEST_PSTFD(10, 3, 0, 0)); in test_plfd_pstfd()
463 if (stepped == 1 && c.b == cached_b) in test_plfd_pstfd()
503 int stepped = -1; in test_lvx_stvx() local
519 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LVX(10, 3, 4))); in test_lvx_stvx()
521 if (stepped == 1) in test_lvx_stvx()
535 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STVX(10, 3, 4))); in test_lvx_stvx()
537 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] && in test_lvx_stvx()
560 int stepped = -1; in test_lxvd2x_stxvd2x() local
576 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
578 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvd2x_stxvd2x()
596 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()
598 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] && in test_lxvd2x_stxvd2x()
626 int stepped = -1; in test_lxvp_stxvp() local
654 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVP(34, 4, 0))); in test_lxvp_stxvp()
656 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvp_stxvp()
681 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVP(34, 4, 0))); in test_lxvp_stxvp()
683 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] && in test_lxvp_stxvp()
713 int stepped = -1; in test_lxvpx_stxvpx() local
742 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
744 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_lxvpx_stxvpx()
769 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
771 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] && in test_lxvpx_stxvpx()
802 int stepped = -1; in test_plxvp_pstxvp() local
831 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()
832 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) { in test_plxvp_pstxvp()
859 stepped = emulate_step(&regs, instr); in test_plxvp_pstxvp()
861 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] && in test_plxvp_pstxvp()