Searched defs:FETCH_B (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/mterp/armv5te/ |
D | header.S | 154 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #(_count*2+_byte)] macro
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv4t.S | 161 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #(_count*2+_byte)] macro
|
D | InterpAsm-armv7-a.S | 161 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #(_count*2+_byte)] macro
|
D | InterpAsm-armv5te.S | 161 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #(_count*2+_byte)] macro
|
D | InterpAsm-armv5te-vfp.S | 161 #define FETCH_B(_reg, _count, _byte) ldrb _reg, [rPC, #(_count*2+_byte)] macro
|