Lines Matching full:pseudo
21 def Pseudo : Format<0>; def RawFrm : Format<1>;
181 // If this is a pseudo instruction, mark it isCodeGenOnly.
182 let isCodeGenOnly = !eq(!cast<string>(f), "Pseudo");
250 : X86Inst<0, Pseudo, NoImm, oops, iops, "", NoItinerary> {
307 // FpI_ - Floating Point Pseudo Instruction template. Not Predicated.
310 : X86Inst<0, Pseudo, NoImm, outs, ins, "", itin> {