Lines Matching defs:stack_offset
963 int stack_offset, insn_len;
1139 else if (mov_reg_to_local_stack_frame_p(machine_regno, stack_offset) &&
1147 // stack_offset for 'movq %r15, -80(%rbp)' will be 80. In the Row, we
1153 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1155 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1162 else if (sub_rsp_pattern_p(stack_offset)) {
1163 current_sp_bytes_offset_from_fa += stack_offset;
1170 else if (add_rsp_pattern_p(stack_offset)) {
1171 current_sp_bytes_offset_from_fa -= stack_offset;
1188 else if (lea_rsp_pattern_p(stack_offset)) {
1189 current_sp_bytes_offset_from_fa -= stack_offset;
1194 if (stack_offset > 0)
1198 else if (lea_rbp_rsp_pattern_p(stack_offset)) {
1208 fa_value_ptr->GetOffset() - stack_offset;
1212 else if (lea_rbx_rsp_pattern_p(stack_offset)) {
1221 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset() - stack_offset;