Commit Graph

145 Commits

Author SHA1 Message Date
a19227acd9 target: e2k: Log msg if wd.fx is setted. 2022-06-10 11:48:14 +03:00
9662877725 target: e2k: Do not save IP on every instruction. 2022-06-10 11:48:14 +03:00
65ffbc6d30 target: e2k: Reading %ilcr for gdb. 2022-06-10 11:48:14 +03:00
9e88287e16 target: e2k: Fix setting ctpr.ipd for *disp instr. 2022-06-10 11:48:14 +03:00
d66487e181 target: e2k: Dec store rem in loop mode. 2022-06-10 11:48:14 +03:00
1c03415d9e target: e2k: Restricted loop_mode implementation. 2022-06-10 11:48:14 +03:00
0f874d1b0b target: e2k: Fix reading aadN from gdb. 2022-06-10 11:48:14 +03:00
31e084720a target: e2k: Add basic mova{b,h,w,d} impl. 2022-06-10 11:48:14 +03:00
bd6208c09f target: e2k: Fix ctpr size. 2022-06-10 11:48:14 +03:00
7578f94f7c target: e2k: Remove merge condition from Instr. 2022-06-10 11:48:14 +03:00
93acd43783 target: e2k: Add staa{b,h} instrs. 2022-06-10 11:48:14 +03:00
327bc03604 target: e2k: define CPUs we're testing against, define gdb arch 2022-06-10 11:48:14 +03:00
df21ab3d70 target: e2k: define CPUs we're testing against, define gdb arch 2022-06-10 11:48:14 +03:00
7bdf849174 target: e2k: Add clarification to gen_tag funcs. 2022-06-10 11:48:14 +03:00
e19c72c5df target: e2k: add umulx/smulx instrs. 2022-06-10 11:48:14 +03:00
9dc320f574 target: e2k: Fix sxt/st operand sizes. 2022-06-10 11:48:14 +03:00
8e033a839e target: e2k: Hack delay %rN index gen for result. 2022-06-10 11:48:14 +03:00
1ad7988e9a target: e2k: Fix based preg. 2022-06-10 11:48:14 +03:00
a357666e69 target: e2k: Log msg if dbl is setted. 2022-06-10 11:48:14 +03:00
6aeee516f3 target: e2k: Add {u,s}mulhd instrs. 2022-06-10 11:48:14 +03:00
7ff1f54b8f target: e2k: Add mova stubs. 2022-06-10 11:48:14 +03:00
250a648edf target: e2k: Fix uninit plu_result.reg bug. 2022-06-10 11:48:14 +03:00
5017d6fa5d target: e2k: Add combined int instructions. 2022-06-10 11:48:14 +03:00
d2518af194 target: e2k: Add Instr struct to alc. 2022-06-10 11:48:14 +03:00
39bb97e24e target: e2k: Reorganize tag usage. 2022-06-10 11:48:14 +03:00
5a1e118992 target: e2k: Fix icont bug. 2022-06-10 11:48:14 +03:00
80b3909fb0 target: e2k: Read %idr in rrd. 2022-06-10 11:48:14 +03:00
cd57ff3686 target: e2k: Increase startup window size. 2022-06-10 11:48:14 +03:00
aa93b81f40 target: e2k: Fix bitrev{s,d} instrs. 2022-06-10 11:48:14 +03:00
e5126b32d4 target: e2k: Impl reading some regs through rrd.
%wd, %pcsp.lo, %pcsp.hi, %pcshtp, %cr1.hi, %cr1.lo.
2022-06-10 11:48:14 +03:00
4d88941e0a target: e2k: add reading %ip register through rrd 2022-06-10 11:48:14 +03:00
0ac9e690a2 target: e2k: Fix getsp src2 size. 2022-06-10 11:48:14 +03:00
a410422f9a target: e2k: add lzcnt and popcnt instrs (untested!) 2022-06-10 11:48:14 +03:00
990976cf99 target: e2k: add bitrev instr 2022-06-10 11:48:14 +03:00
6a0a45602b target: e2k: Impl pcmpeqb. 2022-06-10 11:48:14 +03:00
1c1db1a395 target: e2k: Replace some panics with messages. 2022-06-10 11:48:14 +03:00
a6d8edd30f target: e2k: Add %cr1.{lo,hi} to rr{s,d}/rw{s,d}. 2022-06-10 11:48:14 +03:00
b14ca9755f target: e2k: Impl write AL result to ctpr. 2022-06-10 11:48:14 +03:00
683d96b8fa target: e2k: Partial staa{d,w} implementation. 2022-06-10 11:48:13 +03:00
51048a3f3e target: e2k: Increase temp i32 limit. 2022-06-10 11:48:13 +03:00
a7e7a746ca target: e2k: Add paddd instr. 2022-06-10 11:48:13 +03:00
300fe4742f target: e2k: Add mul{s,d} instrs. 2022-06-10 11:48:13 +03:00
72bcbbabb0 target: e2k: Add pshufb instr. 2022-06-10 11:48:13 +03:00
32ee7f3b15 target: e2k: Add insf{s,d} instrs. 2022-06-10 11:48:13 +03:00
f0390fa97b target: e2k: Add gettag{s,d} instrs. 2022-06-10 11:48:13 +03:00
f817f7e354 target: e2k: Add puttag{s,d} instrs. 2022-06-10 11:48:13 +03:00
57b3469cda target: e2k: Impl speculative execution. 2022-06-10 11:48:13 +03:00
7d03b739e9 target: e2k: refactor instruction decoding based on active channel 2022-06-10 11:48:13 +03:00
294f11ecb6 target: e2k: Increace i32 temp limit. 2022-06-10 11:48:13 +03:00
db10b6d8a4 target: e2k: Reorg reg file. 2022-06-10 11:48:13 +03:00