Home | History | Annotate | Download | only in X86

Lines Matching full:opc

1473 multiclass bmi_bextr_bzhi<bits<8> opc, string mnemonic, RegisterClass RC,
1476 def rr : I<opc, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, RC:$src2),
1480 def rm : I<opc, MRMSrcMem, (outs RC:$dst), (ins x86memop:$src1, RC:$src2),
1881 multiclass ShiftRotateByOneAlias<string Mnemonic, string Opc> {
1883 (!cast<Instruction>(!strconcat(Opc, "8r1")) GR8:$op)>;
1885 (!cast<Instruction>(!strconcat(Opc, "16r1")) GR16:$op)>;
1887 (!cast<Instruction>(!strconcat(Opc, "32r1")) GR32:$op)>;
1889 (!cast<Instruction>(!strconcat(Opc, "64r1")) GR64:$op)>;
1891 (!cast<Instruction>(!strconcat(Opc, "8m1")) i8mem:$op)>;
1893 (!cast<Instruction>(!strconcat(Opc, "16m1")) i16mem:$op)>;
1895 (!cast<Instruction>(!strconcat(Opc, "32m1")) i32mem:$op)>;
1897 (!cast<Instruction>(!strconcat(Opc, "64m1")) i64mem:$op)>;