Searched refs:ADC (Results 1 – 2 of 2) sorted by relevance
110 ADC = 5, // Add with Carry enumerator
5964 case ADC: neg_opcode = SBC; neg_value = ~value; break; in CanEncode32BitConstantAsImmediate()5966 case SBC: neg_opcode = ADC; neg_value = ~value; break; in CanEncode32BitConstantAsImmediate()5994 high_opcode = ADC; in CanEncodeConstantAsImmediate()8642 if (GetAssembler()->ShifterOperandCanHold(ADC, value_high)) { in GenerateAddLongConst()