/dalvik/vm/mterp/armv5te/ |
D | header.S | 100 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 101 sub _reg, _fpreg, #sizeofStackSaveArea 139 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]! argument 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 160 #define GET_INST_OPCODE(_reg) and _reg, rINST, #255 argument 171 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #${handler_size_bits} argument 172 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #${handler_size_bits} argument 173 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #${handler_size_bits} argument [all …]
|
/dalvik/vm/mterp/x86/ |
D | header.S | 121 .macro GET_JIT_PROF_TABLE _self _reg argument 122 movl offThread_pJitProfTable(\_self),\_reg 124 .macro GET_JIT_THRESHOLD _self _reg argument 125 movl offThread_jitThreshold(\_self),\_reg 130 .macro SAVE_PC_FP_TO_SELF _reg argument 131 movl rSELF,\_reg 132 movl rPC,offThread_pc(\_reg) 133 movl rFP,offThread_curFrame(\_reg) 168 .macro SAVEAREA_FROM_FP _reg argument 169 leal -sizeofStackSaveArea(rFP), \_reg [all …]
|
/dalvik/vm/compiler/template/armv5te/ |
D | header.S | 85 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 86 sub _reg, _fpreg, #sizeofStackSaveArea
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 128 .macro GET_JIT_PROF_TABLE _self _reg argument 129 movl offThread_pJitProfTable(\_self),\_reg 131 .macro GET_JIT_THRESHOLD _self _reg argument 132 movl offThread_jitThreshold(\_self),\_reg 137 .macro SAVE_PC_FP_TO_SELF _reg argument 138 movl rSELF,\_reg 139 movl rPC,offThread_pc(\_reg) 140 movl rFP,offThread_curFrame(\_reg) 175 .macro SAVEAREA_FROM_FP _reg argument 176 leal -sizeofStackSaveArea(rFP), \_reg [all …]
|
D | InterpAsm-armv7-a.S | 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 108 sub _reg, _fpreg, #sizeofStackSaveArea 146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]! argument 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 167 #define GET_INST_OPCODE(_reg) and _reg, rINST, #255 argument 178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 argument 179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6 argument 180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6 argument [all …]
|
D | InterpAsm-armv5te-vfp.S | 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 108 sub _reg, _fpreg, #sizeofStackSaveArea 146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]! argument 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 167 #define GET_INST_OPCODE(_reg) and _reg, rINST, #255 argument 178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 argument 179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6 argument 180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6 argument [all …]
|
D | InterpAsm-armv7-a-neon.S | 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 108 sub _reg, _fpreg, #sizeofStackSaveArea 146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]! argument 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 167 #define GET_INST_OPCODE(_reg) and _reg, rINST, #255 argument 178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 argument 179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6 argument 180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6 argument [all …]
|
D | InterpAsm-armv5te.S | 107 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 108 sub _reg, _fpreg, #sizeofStackSaveArea 146 #define FETCH_ADVANCE_INST_RB(_reg) ldrh rINST, [rPC, _reg]! argument 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 167 #define GET_INST_OPCODE(_reg) and _reg, rINST, #255 argument 178 #define GOTO_OPCODE(_reg) add pc, rIBASE, _reg, lsl #6 argument 179 #define GOTO_OPCODE_BASE(_base,_reg) add pc, _base, _reg, lsl #6 argument 180 #define GOTO_OPCODE_IFEQ(_reg) addeq pc, rIBASE, _reg, lsl #6 argument [all …]
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv5te.S | 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 93 sub _reg, _fpreg, #sizeofStackSaveArea
|
D | CompilerTemplateAsm-armv7-a-neon.S | 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 93 sub _reg, _fpreg, #sizeofStackSaveArea
|
D | CompilerTemplateAsm-armv5te-vfp.S | 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 93 sub _reg, _fpreg, #sizeofStackSaveArea
|
D | CompilerTemplateAsm-armv7-a.S | 92 #define SAVEAREA_FROM_FP(_reg, _fpreg) \ argument 93 sub _reg, _fpreg, #sizeofStackSaveArea
|