Searched refs:counter_operand (Results 1 – 1 of 1) sorted by relevance
2038 Operand counter_operand = in IncrementCounter() local2041 incl(counter_operand); in IncrementCounter()2043 addl(counter_operand, Immediate(value)); in IncrementCounter()2052 Operand counter_operand = in DecrementCounter() local2055 decl(counter_operand); in DecrementCounter()2057 subl(counter_operand, Immediate(value)); in DecrementCounter()