Lines Matching refs:fetch2

52          return fetch2();  in fetchea()
54 ftc = fetch2(); in fetchea()
66 return fetch2()+regs.X; in fetchea()
68 ftc = fetch2(); in fetchea()
71 return fetch2()+regs.Y; in fetchea()
124 ftc = fetch2(); in get_dest()
136 ftc = fetch2(); in get_dest()
139 ftc = fetch2(); in get_dest()
148 resaddr = fetch2(); in get_dest()
158 ftc = fetch2(); in get_dest()
306 case 0xa: operand2 = fetch2(); break; // Immediate in inst_addw()
307 case 0xb: operand2 = get2(fetch2()); break; // Long in inst_addw()
356 int ea = fetch2(); in inst_bccmbcpl()
390 int ea = fetch2(); in inst_bresbset()
408 int ea = fetch2(); in inst_btjfbtjt()
454 case 0x725: opaddr = fetch2(); break; in inst_clr()
457 case 0x724: opaddr = regs.X + fetch2(); break; in inst_clr()
460 case 0x904: opaddr = regs.Y + fetch2(); break; in inst_clr()
463 case 0x723: opaddr = get2(fetch2()); break; // long indirect in inst_clr()
465 case 0x726: opaddr = get2(fetch2()) + regs.X; break; // long x-indexed indirect in inst_clr()
503 case 0xa: operand2 = fetch2(); break; // Immediate in inst_cpw()
509 case 0x90: operand2 = get2(fetch2()); break; // Long direct in inst_cpw()
511 case 0x72: operand2 = get2(get2(fetch2())); break; // long indirect in inst_cpw()
523 case 0x90: operand1 = get2(operand1 + fetch2()); break; // short indexed direct in inst_cpw()
526 case 0x72: operand1 = get2(operand1 + get2(fetch2())); break; // long x-indexed indirect in inst_cpw()
828 return(fetch2()); in inst_ldxy()
857 case 0xa: operand = fetch2(); break; // Immediate
863 operand = get2(fetch2()); // Long direct
870 operand = get2(get2(fetch2())); // long indirect
882 operand = get2(*dest_ptr + fetch2()); // Long x/y-indexed direct
889 operand = get2(*dest_ptr + get2(fetch2())); // long x-indexed indirect
987 opaddr = fetch2(); // long direct
994 opaddr = get2(fetch2()); // long indirect
1005 opaddr = regs.Y + fetch2(); // long y-indexed direct
1008 opaddr = regs.X + fetch2(); // long x-indexed direct in inst_neg()
1017 opaddr = regs.X + get2(fetch2()); // long x-indexed indirect