Searched refs:_byte (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/mterp/armv5te/ |
D | header.S | 155 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
|
/dalvik/vm/mterp/x86-atom/ |
D | header.S | 236 .macro FETCH_B _reg _count _byte argument 237 movzbl (\_count*2+\_byte)(rPC), \_reg
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 243 .macro FETCH_B _reg _count _byte argument 244 movzbl (\_count*2+\_byte)(rPC), \_reg
|
D | InterpAsm-armv7-a-neon.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
|
D | InterpAsm-armv7-a.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
|
D | InterpAsm-armv5te.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
|
D | InterpAsm-armv5te-vfp.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] argument
|