Lines Matching defs:stepped
93 int stepped = -1;
99 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LD(5, 3, 0)));
101 if (stepped == 1 && regs.gpr[5] == a)
111 int stepped = -1;
122 stepped = emulate_step(®s, TEST_PLD(5, 3, 0, 0));
124 if (stepped == 1 && regs.gpr[5] == a)
134 int stepped = -1;
140 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZ(5, 3, 0)));
142 if (stepped == 1 && regs.gpr[5] == a)
152 int stepped = -1;
164 stepped = emulate_step(®s, TEST_PLWZ(5, 3, 0, 0));
166 if (stepped == 1 && regs.gpr[5] == a)
176 int stepped = -1;
184 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LWZX(5, 3, 4)));
185 if (stepped == 1 && regs.gpr[5] == a[2])
195 int stepped = -1;
202 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0)));
203 if (stepped == 1 && regs.gpr[5] == a)
213 int stepped = -1;
225 stepped = emulate_step(®s, TEST_PSTD(5, 3, 0, 0));
226 if (stepped == 1 || regs.gpr[5] == a)
236 int stepped = -1;
250 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LDARX(5, 3, 4, 0)));
257 if (stepped <= 0 || regs.gpr[5] != 0x1234) {
268 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STDCX(5, 3, 4)));
278 if (stepped == 1 && ((regs.gpr[5] == a && (regs.ccr & cr0_eq))
294 int stepped = -1;
308 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LFSX(10, 3, 4)));
310 if (stepped == 1)
321 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STFSX(10, 3, 4)));
323 if (stepped == 1 && c.b == cached_b)
337 int stepped = -1;
355 stepped = emulate_step(®s, TEST_PLFS(10, 3, 0, 0));
357 if (stepped == 1)
368 stepped = emulate_step(®s, TEST_PSTFS(10, 3, 0, 0));
370 if (stepped == 1 && c.b == cached_b)
384 int stepped = -1;
398 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LFDX(10, 3, 4)));
400 if (stepped == 1)
411 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STFDX(10, 3, 4)));
413 if (stepped == 1 && c.b == cached_b)
427 int stepped = -1;
445 stepped = emulate_step(®s, TEST_PLFD(10, 3, 0, 0));
447 if (stepped == 1)
458 stepped = emulate_step(®s, TEST_PSTFD(10, 3, 0, 0));
460 if (stepped == 1 && c.b == cached_b)
500 int stepped = -1;
516 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LVX(10, 3, 4)));
518 if (stepped == 1)
532 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STVX(10, 3, 4)));
534 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] &&
557 int stepped = -1;
573 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4)));
575 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) {
593 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STXVD2X(39, R3, R4)));
595 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] &&
623 int stepped = -1;
651 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LXVP(34, 4, 0)));
653 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) {
678 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STXVP(34, 4, 0)));
680 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] &&
710 int stepped = -1;
739 stepped = emulate_step(®s, ppc_inst(PPC_RAW_LXVPX(34, 3, 4)));
741 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) {
766 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STXVPX(34, 3, 4)));
768 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] &&
799 int stepped = -1;
828 stepped = emulate_step(®s, instr);
829 if (stepped == 1 && cpu_has_feature(CPU_FTR_VSX)) {
856 stepped = emulate_step(®s, instr);
858 if (stepped == 1 && cached_b[0] == c[0].b[0] && cached_b[1] == c[0].b[1] &&