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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c2171 rtx this_slot;
2188 this_slot = force_const_mem (TFmode, this_arg);
2189 this_arg = XEXP (this_slot, 0);
2193 this_slot = assign_stack_temp (TFmode, GET_MODE_SIZE (TFmode), 0);
2197 emit_move_insn (this_slot, this_arg);
2199 ret_slot = this_slot;
2201 this_arg = XEXP (this_slot, 0);
2166 rtx this_slot; local

Completed in 116 milliseconds