Lines Matching refs:Format
44 class Format<bits<5> val> {
48 def Pseudo : Format<0>; def RawFrm : Format<1>;
49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>;
50 def MRMDestMem : Format<4>; def MRMSrcReg : Format<5>;
51 def MRMSrcMem : Format<6>;
52 def MRM0r : Format<16>; def MRM1r : Format<17>; def MRM2r : Format<18>;
53 def MRM3r : Format<19>; def MRM4r : Format<20>; def MRM5r : Format<21>;
54 def MRM6r : Format<22>; def MRM7r : Format<23>;
55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
57 def MRM6m : Format<30>; def MRM7m : Format<31>;
61 Format f, list<dag> rtl> : Instruction {
65 Format Format = f;
78 // 3. Target specific properties (e.g. Format) can still be captured as