Home | History | Annotate | Download | only in SystemZ

Lines Matching full:suffix

71 // choices for the same underlying addressing mode.  SUFFIX is similarly
72 // a suffix appended to the displacement for selection purposes;
76 string suffix, string length, int numops, string format,
79 "select"##seltype##dispsize##suffix##length,
92 class BDMode<string type, string bitsize, string dispsize, string suffix>
93 : AddressingMode<type, bitsize, dispsize, suffix, "", 2, "BDAddr",
98 class BDXMode<string type, string bitsize, string dispsize, string suffix>
99 : AddressingMode<type, bitsize, dispsize, suffix, "", 3, "BDXAddr",
105 class BDLMode<string type, string bitsize, string dispsize, string suffix,
107 : AddressingMode<type, bitsize, dispsize, suffix, "Len"##lensize, 3,