Searched refs:r8 (Results 1 – 16 of 16) sorted by relevance
/dalvik/vm/arch/arm/ |
D | CallEABI.S | 182 mov r8, sp @ r8<- sp (arg copy dest) 327 @ Set up to copy from r7 to r8. We copy from the second arg to the 332 mov r8, sp @ r8<- sp 334 @ We need to copy words from [r7] to [r8]. We walk forward through 365 @ Copy a 32-bit value. [r8] is initially at the end of the stack. We 366 @ use "full descending" stacks, so we store into [r8] and incr as we 370 str ip, [r8], #4 375 @ ensure alignment. We know the [r8] output area is 64-bit aligned, 377 add r8, r8, #7 @ r8<- (r8+7) & ~7 379 bic r8, r8, #7 [all …]
|
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_INVOKE_METHOD_NATIVE.S | 4 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount 9 ldr r8, [r8] @ r3<- suspendCount (int) 23 cmp r8, #0 @ suspendCount != 0 24 ldr r8, [r0, #offMethod_nativeFunc] @ r8<- method->nativeFunc 39 blx r8 @ off to the native code
|
D | TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 26 ldr r8, [r2, #4] @ r8 <- predictedChainCell->clazz 29 cmp r3, r8 @ predicted class == actual class?
|
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 12 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount 19 ldr r8, [r8] @ r3<- suspendCount (int) 33 cmp r8, #0 @ suspendCount != 0
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 10 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount 16 ldr r8, [r8] @ r3<- suspendCount (int) 31 cmp r8, #0 @ suspendCount != 0
|
D | TEMPLATE_RETURN.S | 10 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
|
D | header.S | 78 #define rIBASE r8
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv7-a.S | 85 #define rIBASE r8 181 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
|
D | CompilerTemplateAsm-armv5te-vfp.S | 85 #define rIBASE r8 181 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
|
D | CompilerTemplateAsm-armv5te.S | 85 #define rIBASE r8 181 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
|
/dalvik/vm/mterp/armv5te/ |
D | header.S | 72 #define rIBASE r8
|
/dalvik/vm/compiler/codegen/arm/ |
D | ArmLIR.h | 79 r8 = 8, enumerator
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a.S | 79 #define rIBASE r8
|
D | InterpAsm-armv5te-vfp.S | 79 #define rIBASE r8
|
D | InterpAsm-armv4t.S | 79 #define rIBASE r8
|
D | InterpAsm-armv5te.S | 79 #define rIBASE r8
|