Searched refs:r6SELF (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/arm/Thumb/ |
D | Gen.cpp | 224 storeWordDisp(cUnit, r6SELF, offset, reg0); in genInlinedAbsFloat() 239 storeWordDisp(cUnit, r6SELF, offset, reglo); in genInlinedAbsDouble() 242 storeWordDisp(cUnit, r6SELF, offset + 4, reghi); in genInlinedAbsDouble() 262 newLIR3(cUnit, kThumbStrRRI5, reg0, r6SELF, offset >> 2); in genInlinedMinMaxInt()
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
D | MethodCodegenDriver.cpp | 90 storeWordDisp(cUnit, r6SELF, offsetof(InterpSaveState, method), method); 92 storeWordDisp(cUnit, r6SELF, offsetof(Thread, interpSave.curFrame), r5FP); 94 storeWordDisp(cUnit, r6SELF, offsetof(InterpSaveState, methodClassDex),
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Gen.cpp | 250 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId in genMonitorEnter() 278 genRegCopy(cUnit, r0, r6SELF); in genMonitorEnter() 306 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId in genMonitorExit() 327 genRegCopy(cUnit, r0, r6SELF); in genMonitorExit()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 35 loadWordDisp(cUnit, r6SELF, offsetof(Thread, cardTable), in markCard() 1260 genRegCopy(cUnit, r1, r6SELF); in genInvokeVirtualCommon() 1352 loadWordDisp(cUnit, r6SELF, offsetof(Thread, in genPuntToInterp() 1385 loadWordDisp(cUnit, r6SELF, entryAddr, r2); in genInterpSingleStep() 1412 genRegCopy(cUnit, r0, r6SELF); in genMonitorPortable() 1445 ld = loadBaseDisp(cUnit, NULL, r6SELF, in genSuspendPoll() 1918 loadWordDisp(cUnit, r6SELF, exOffset, rlResult.lowReg); in handleFmt11x() 1920 storeWordDisp(cUnit, r6SELF, exOffset, resetReg); in handleFmt11x() 3302 genRegCopy(cUnit, r1, r6SELF); in handleFmt35c_3rc() 3615 opRegRegImm(cUnit, kOpAdd, r4PC, r6SELF, offset); in handleExecuteInlineC() [all …]
|
D | ArmLIR.h | 223 r6SELF = rSELF, enumerator
|