Searched refs:gp (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/mips64/ |
D | jni_entrypoints_mips64.S | 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
|
D | quick_entrypoints_mips64.S | 117 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack. 118 .cfi_rel_offset 28, 56 # Value from gp is pushed, so set the cfi offset accordingly. 132 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp) 144 ld $t8, 56($sp) # Restore gp back to it's temp storage. 254 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp) 272 ld $t8, 184($sp) # Restore gp back to it's temp storage. 383 sd $t8, 80($sp) # t8 holds caller's gp, now save it to the stack. 384 .cfi_rel_offset 28, 80 # Value from gp is pushed, so set the cfi offset accordingly. 440 ld $t8, 80($sp) # Restore gp back to it's temp storage. 1081 .cpreturn # Restore gp from t8 in branch delay slot. [all …]
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 52 sw $gp, 84($sp) 80 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 111 sw $gp, 36($sp) 127 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 143 lw $gp, 36($sp) 185 sw $gp, 68($sp) 220 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 253 lw $gp, 68($sp) 339 sw $gp, 36($sp) 397 lw $gp, 36($sp) [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 107 #define gp $$28 /* global pointer */ macro 473 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
|