Searched refs:adjust_stack (Results 1 – 3 of 3) sorted by relevance
54 adjust_stack = 056 adjust_stack = local_size(registers)57 print('\tsubq\t$%u, %%rsp' % (adjust_stack))60 save_reg( reg, stack_offset, adjust_stack )65 adjust_stack = 067 adjust_stack = local_size(registers)72 restore_reg(reg, stack_offset, adjust_stack)74 if adjust_stack:75 print('\taddq\t$%u, %%rsp' % (adjust_stack))
77 bc adjust_stack79 adjust_stack: label
710 bool adjust_stack = in AssembleInstruction() local712 if (adjust_stack) AssembleTailCallBeforeGap(instr, first_unused_stack_slot); in AssembleInstruction()714 if (adjust_stack) AssembleTailCallAfterGap(instr, first_unused_stack_slot); in AssembleInstruction()