Searched refs:gp (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/mips64/
H A Djni_entrypoints_mips64.S49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
H A Dquick_entrypoints_mips64.S30 * 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 Dquick_entrypoints_mips.S34 * Callee-save: $s0-$s8 + $gp + $ra, 11 total + 1 word for Method*
52 sw $gp, 100($sp)
84 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
97 * callee-save: $s2-$s8 + $gp + $ra, 9 total + 2 words padding + 1 word to hold Method*
115 sw $gp, 36($sp)
131 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
147 lw $gp, 36($sp)
190 * callee-save: $a1-$a3, $t0-$t1, $s2-$s8, $gp, $ra, $f8-$f19
204 sw $gp, 100($sp)
236 * callee-save: $a1-$a3, $t0-$t1, $s2-$s8, $gp,
[all...]
/art/runtime/interpreter/mterp/mips64/
H A Dheader.S50 #define gp $$28 /* global pointer */ define
/art/runtime/interpreter/mterp/mips/
H A Dheader.S115 #define gp $$28 /* global pointer */ define
705 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S122 #define gp $28 /* global pointer */ define
712 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
777 /* This directive will make sure all subsequent jal restore gp at a known offset */
H A Dmterp_mips64.S57 #define gp $28 /* global pointer */ define

Completed in 105 milliseconds