D | main.S | 161 #define SEB(rd, rt) \ argument 163 #define SEH(rd, rt) \ argument 168 #define SEB(rd, rt) \ argument 171 #define SEH(rd, rt) \ argument 191 #define LSA(rd, rs, rt, sa) \ argument 200 #define LSA(rd, rs, rt, sa) \ argument 283 #define FETCH_ADVANCE_INST_RB(rd) \ argument 293 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) argument 294 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC) argument 301 #define FETCH_B(rd, _count, _byte) lbu rd, ((_count) * 2 + _byte)(rPC) argument [all …]
|