/dalvik/vm/mterp/armv5te/ |
header.S | 155 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))]
|
/dalvik/vm/mterp/x86-atom/ |
header.S | 236 .macro FETCH_B _reg _count _byte 237 movzbl (\_count*2+\_byte)(rPC), \_reg
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te-vfp.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] [all...] |
InterpAsm-armv5te.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] [all...] |
InterpAsm-armv7-a-neon.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] [all...] |
InterpAsm-armv7-a.S | 162 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #((_count)*2+(_byte))] [all...] |
InterpAsm-x86-atom.S | 243 .macro FETCH_B _reg _count _byte 244 movzbl (\_count*2+\_byte)(rPC), \_reg [all...] |