Home | History | Annotate | Download | only in mips

Lines Matching refs:_count

157 #define FETCH_ADVANCE_INST(_count)	lhu     rINST, (_count*2)(rPC); \
158 addu rPC, rPC, (_count * 2)
163 #define FETCH(rd, _count) lhu rd, (_count * 2)(rPC)
164 #define FETCH_S(rd, _count) lh rd, (_count * 2)(rPC)
168 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC)
169 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
173 #define FETCH_B(rd, _count) lbu rd, (_count * 2 + 1)(rPC)
174 #define FETCH_C(rd, _count) lbu rd, (_count * 2)(rPC)