Commit graph

102 commits

Author SHA1 Message Date
rkx1209 3d88811a54 Add stub code of fsp-srv 2018-06-06 21:54:13 +09:00
rkx1209 bbe4c66536 Fixed wrong path in GenIpcStubs 2018-06-06 21:53:57 +09:00
rkx1209 143231f035 Fixed some bugs 2018-06-05 18:44:35 +09:00
rkx1209 3564c422b2 Fixed some bugs 2018-06-05 04:56:03 +09:00
rkx1209 f751c7d9e4 Add initial support of three same pair op 2018-06-05 00:24:19 +09:00
rkx1209 c4a5f1f425 Add initial support of three same logic op 2018-06-04 22:21:28 +09:00
rkx1209 30c7522505 Add initial support of three same vector op 2018-06-04 19:42:51 +09:00
rkx1209 3ab8fcdf7e Add initial support of three same scalar op 2018-06-04 18:55:51 +09:00
rkx1209 d70da494b6 Add support of LDn/STn 2018-05-15 02:31:54 +09:00
rkx1209 f07834058e Add support of some fp ops 2018-05-13 02:48:58 +09:00
rkx1209 c01bd039f6 Add shift calculation to AddSubReg operation 2018-05-09 00:52:10 +09:00
rkx1209 28ecd71904 Adjust memory maps to that of mephisto for debugging 2018-05-08 05:01:52 +09:00
rkx1209 44ed2985ad Fixed OF detection method 2018-05-08 02:38:19 +09:00
rkx1209 f22016984e Add watchpoint support 2018-05-06 01:38:49 +09:00
rkx1209 8925f1d464 Add d flag for debugging mode 2018-04-21 16:02:41 +09:00
rkx1209 51f61166ce Add initial support of SYNC ops 2018-04-20 03:45:36 +09:00
rkx1209 acc0f7091f Fixed AddSubReg bug 2018-04-20 03:33:04 +09:00
rkx1209 3434776d3a Fixed ReadString bug 2018-04-20 01:20:02 +09:00
rkx1209 f822b1d4a1 Change RAMBlock logic 2018-04-19 22:26:12 +09:00
rkx1209 1e5f0c3acf Fixed carry flag bug 2018-04-19 16:56:51 +09:00
Ren Kimura 90673725e4 Add stub code for SMService 2018-04-15 00:18:44 +09:00
Ren Kimura cd31c0e1eb Add support of auto generation of IPC msgs 2018-04-14 20:22:28 +09:00
rkx1209 9c01f1b9a4 Add initial support of auto generation of IpcStub.h 2018-04-10 17:27:09 +09:00
rkx1209 99398de2d5 Add Initial support of SMService emulation 2018-04-10 04:31:05 +09:00
rkx1209 423fa2c8b8 Add initial support of IPC message exchange 2018-04-08 22:45:57 +09:00
rkx1209 da5e13ca0d Add initial stub code for IPC support 2018-04-05 19:29:55 +09:00
rkx1209 34a21912ae Add cpu dump function after trigerring SEGV 2018-04-03 17:18:12 +09:00
rkx1209 1e19f441d7 Add software breakpoint support to gdbstub 2018-04-03 15:52:47 +09:00
rkx1209 2e799250f8 Add breakpoint support 2018-04-02 11:54:46 +09:00
rkx1209 42b626e710 Add step instruction support to gdbstub 2018-03-31 12:00:22 +09:00
rkx1209 3c66a58110 Add memory r/w support to gdbstub 2018-03-30 23:28:00 +09:00
rkx1209 fdd127bcce Add initial support of gdbstub 2018-03-29 18:37:45 +09:00
rkx1209 1ac5401062 Add buid instructions 2018-03-26 20:57:37 +09:00
rkx1209 fbdf9fe643 Add GetInfo syscall 2018-03-23 19:18:54 +09:00
rkx1209 a0d987e151 Fixed system register address calculation 2018-03-23 13:39:05 +09:00
rkx1209 e966853ac4 Add support of MSR/MRS, system registers 2018-03-23 12:36:23 +09:00
rkx1209 99a9efa369 Fixed some bugs of CPU emulation 2018-03-19 03:46:17 +09:00
rkx1209 7907d0dd1a Add updateflag for 32bit 2018-03-18 22:52:52 +09:00
rkx1209 b0e8996b59 Add support of 3src data proc(i.e MADD,SUB/MUL) 2018-03-18 20:12:48 +09:00
rkx1209 fce85f7a91 Add support of extract operations 2018-03-18 04:39:47 +09:00
rkx1209 2f69bb9140 Changed memory map logic 2018-03-18 02:17:00 +09:00
rkx1209 bfbd53300d Add estimate counter for debug 2018-03-17 23:18:35 +09:00
rkx1209 ecce10b623 Add banner 2018-03-17 18:51:50 +09:00
rkx1209 0d9d94f1ec Add support of Dup operation for SIMD 2018-03-17 05:50:14 +09:00
rkx1209 c1ec38a76c Fixed some bugs of Interpreter 2018-03-14 04:42:39 +09:00
rkx1209 2507c00b96 Add support of bit extract operations 2018-03-11 23:19:31 +09:00
rkx1209 3a7d4cb8c3 Fixed bug of wmask encoding 2018-03-11 15:48:19 +09:00
rkx1209 cadf55e7f1 Fixed bug of memory read method 2018-03-11 15:05:49 +09:00
rkx1209 4659837b5e Fixed bug of condition hold logic 2018-03-11 13:34:33 +09:00
rkx1209 11ae4515c4 Fixed encoding bug of ADR/ADRP operations 2018-03-11 12:31:18 +09:00