Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/armv5te/
Dheader.S120 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]! argument
126 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
127 ldrh _dreg, [_sreg, #((_count)*2)]!
147 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)] argument
148 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)] argument
155 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
/dalvik/vm/mterp/mips/
Dheader.S79 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \ argument
80 addu rPC, rPC, ((_count) * 2)
82 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
83 lhu _dreg, ((_count)*2)(_sreg) ; \
84 addu _sreg, _sreg, (_count)*2
89 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) argument
90 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC) argument
94 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2)(rPC) argument
95 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC) argument
99 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC) argument
[all …]
/dalvik/vm/mterp/x86/
Dheader.S191 .macro FETCH_INST_OPCODE _count _reg
192 movzbl \_count*2(rPC),\_reg
199 .macro FETCH_INST_WORD _count argument
200 movzwl \_count*2(rPC),rINST
214 .macro ADVANCE_PC _count argument
215 leal 2*\_count(rPC),rPC
/dalvik/vm/compiler/template/mips/
Dheader.S157 #define FETCH_ADVANCE_INST(_count) lhu rINST, (_count*2)(rPC); \ argument
158 addu rPC, rPC, (_count * 2)
163 #define FETCH(rd, _count) lhu rd, (_count * 2)(rPC) argument
164 #define FETCH_S(rd, _count) lh rd, (_count * 2)(rPC) argument
168 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC) argument
169 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC) argument
173 #define FETCH_B(rd, _count) lbu rd, (_count * 2 + 1)(rPC) argument
174 #define FETCH_C(rd, _count) lbu rd, (_count * 2)(rPC) argument
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-mips.S164 #define FETCH_ADVANCE_INST(_count) lhu rINST, (_count*2)(rPC); \ argument
165 addu rPC, rPC, (_count * 2)
170 #define FETCH(rd, _count) lhu rd, (_count * 2)(rPC) argument
171 #define FETCH_S(rd, _count) lh rd, (_count * 2)(rPC) argument
175 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC) argument
176 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC) argument
180 #define FETCH_B(rd, _count) lbu rd, (_count * 2 + 1)(rPC) argument
181 #define FETCH_C(rd, _count) lbu rd, (_count * 2)(rPC) argument
/dalvik/libdex/
DDexSwapVerify.cpp164 #define CHECK_LIST_SIZE(_ptr, _count, _elemSize) { \ argument
166 const u1* _end = _start + ((_count) * (_elemSize)); \
167 if (!safe_mul(NULL, (_count), (_elemSize)) || \
/dalvik/vm/mterp/out/
DInterpAsm-mips.S86 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \ argument
87 addu rPC, rPC, ((_count) * 2)
89 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
90 lhu _dreg, ((_count)*2)(_sreg) ; \
91 addu _sreg, _sreg, (_count)*2
96 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC) argument
97 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC) argument
101 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2)(rPC) argument
102 #define FETCH_C(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC) argument
106 #define FETCH_B(rd, _count) lbu rd, ((_count) * 2 + 1)(rPC) argument
[all …]
DInterpAsm-armv7-a.S127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]! argument
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
134 ldrh _dreg, [_sreg, #((_count)*2)]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)] argument
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)] argument
162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
DInterpAsm-armv5te-vfp.S127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]! argument
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
134 ldrh _dreg, [_sreg, #((_count)*2)]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)] argument
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)] argument
162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
DInterpAsm-armv7-a-neon.S127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]! argument
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
134 ldrh _dreg, [_sreg, #((_count)*2)]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)] argument
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)] argument
162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
DInterpAsm-armv5te.S127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]! argument
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \ argument
134 ldrh _dreg, [_sreg, #((_count)*2)]!
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)] argument
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)] argument
162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
DInterpAsm-x86.S198 .macro FETCH_INST_OPCODE _count _reg
199 movzbl \_count*2(rPC),\_reg
206 .macro FETCH_INST_WORD _count argument
207 movzwl \_count*2(rPC),rINST
221 .macro ADVANCE_PC _count argument
222 leal 2*\_count(rPC),rPC