Home | History | Annotate | Download | only in X86

Lines Matching full:adc

722 // BinOpRR_RFF - Instructions like "adc reg, reg, reg", where the pattern has
783 // BinOpRM_RFF - Instructions like "adc reg, reg, [mem]".
821 // BinOpRI_RFF - Instructions like "adc reg, reg, imm".
860 // BinOpRI8_RFF - Instructions like "adc reg, reg, imm8".
883 // BinOpMR_RMW_FF - Instructions like "adc [mem], reg".
914 // BinOpMI_RMW_FF - Instructions like "adc [mem], imm".
948 // BinOpMI8_RMW_FF - Instructions like "adc [mem], imm8".
975 // BinOpAI_FF - Instructions like "adc %eax, %eax, imm", that implicitly define
1054 /// defined with "(set GPR:$dst, EFLAGS, (node LHS, RHS, EFLAGS))" like ADC and
1206 defm ADC : ArithBinOp_RFF<0x10, 0x12, 0x14, "adc", MRM2r, MRM2m, X86adc_flag,