Home | History | Annotate | Download | only in armv5te

Lines Matching refs:_count

110  * to point to the next instruction.  "_count" is in 16-bit code units.
120 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
126 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
127 ldrh _dreg, [_sreg, #((_count)*2)]!
143 * "_count" value is in 16-bit code units. Does not advance rPC.
147 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
148 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)]
152 * "_count" as you would for FETCH, and an additional 0/1 indicating which
155 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]