Searched refs:gp (Results 1 - 5 of 5) sorted by relevance
/art/runtime/arch/mips64/ |
H A D | jni_entrypoints_mips64.S | 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
|
H A D | quick_entrypoints_mips64.S | 30 * Macro that sets up $gp and stores the previous $gp value to $t8. 45 * callee-save: padding + $f24-$f31 + $s0-$s7 + $gp + $ra + $s8 = 19 total + 1x8 bytes padding 60 sd $t8, 136($sp) # t8 holds caller's gp, now save it to the stack. 61 .cfi_rel_offset 28, 136 # Value from gp is pushed, so set the cfi offset accordingly. 90 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp) 102 * callee-save: padding + $s2-$s7 + $gp + $ra + $s8 = 9 total + 1x8 bytes padding 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) [all...] |
/art/runtime/arch/mips/ |
H A D | quick_entrypoints_mips.S | 34 * Callee-save: $s0-$s8 + $gp + $ra, 11 total + 1 word for Method* 52 sw $gp, 84($sp) 80 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 93 * callee-save: $s2-$s8 + $gp + $ra, 9 total + 2 words padding + 1 word to hold Method* 111 sw $gp, 36($sp) 127 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 143 lw $gp, 36($sp) 170 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method* 185 sw $gp, 68($sp) 213 * callee-save: $a1-$a3, $f12-$f15, $s2-$s8 + $gp [all...] |
/art/runtime/interpreter/mterp/mips/ |
H A D | header.S | 107 #define gp $$28 /* global pointer */ define 473 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
|
/art/runtime/interpreter/mterp/out/ |
H A D | mterp_mips.S | 114 #define gp $28 /* global pointer */ define 480 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \ 533 /* This directive will make sure all subsequent jal restore gp at a known offset */
|
Completed in 1651 milliseconds