Lines Matching defs:stack_offset
963 int stack_offset, insn_len;
1149 else if (mov_reg_to_local_stack_frame_p(machine_regno, stack_offset) &&
1157 // stack_offset for 'movq %r15, -80(%rbp)' will be 80. In the Row, we
1163 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1165 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1172 else if (sub_rsp_pattern_p(stack_offset)) {
1173 current_sp_bytes_offset_from_fa += stack_offset;
1181 else if (add_rsp_pattern_p(stack_offset)) {
1182 current_sp_bytes_offset_from_fa -= stack_offset;
1201 else if (lea_rsp_pattern_p(stack_offset)) {
1202 current_sp_bytes_offset_from_fa -= stack_offset;
1208 if (stack_offset > 0)
1212 else if (lea_rbp_rsp_pattern_p(stack_offset)) {
1222 fa_value_ptr->GetOffset() - stack_offset;
1227 else if (lea_rbx_rsp_pattern_p(stack_offset)) {
1236 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset() - stack_offset;