Home | History | Annotate | Download | only in x64

Lines Matching refs:top_operand

3561     Operand top_operand = ExternalOperand(new_space_allocation_top);
3562 cmpq(result, top_operand);
3756 Operand top_operand = ExternalOperand(new_space_allocation_top);
3758 cmpq(object, top_operand);
3761 movq(top_operand, object);