Lines Matching defs:ipc
795 unsigned int ipc;
848 ipc = avr_cpu->pc;
855 flash[ipc].code = decode(ipc);
856 avr_cpu->pc = ipc;
865 avr_cpu->pc = ((flash[ipc].r << 16) | flash[ipc + 1].op) & PC_MASK;
882 do_call (cpu, (flash[ipc].r << 16) | flash[ipc + 1].op);
920 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, ipc, sim_stopped, SIM_SIGTRAP);
925 r = flash[ipc].r;
933 if (sram[get_d (op)] & flash[ipc].r)
941 if (((sram[get_d (op)] & flash[ipc].r) == 0) ^ ((op & 0x0200) != 0))
1077 res = (vd >> 1) | (vd & flash[ipc].r);
1140 res = r + vd + (sram[SREG] & flash[ipc].r);
1310 if (!(sram[SREG] & flash[ipc].r))
1318 if (sram[SREG] & flash[ipc].r)
1429 sram[read_word (REGY) + flash[ipc].r] = sram[get_d (op)];
1434 sram[read_word (REGZ) + flash[ipc].r] = sram[get_d (op)];
1439 sram[get_d (op)] = sram[read_word (REGZ) + flash[ipc].r];
1444 sram[get_d (op)] = sram[read_word (REGY) + flash[ipc].r];