Searched defs:SystemZAddressingMode (Results 1 – 3 of 3) sorted by relevance
26 struct SystemZAddressingMode { struct28 enum AddrForm {41 AddrForm Form;46 enum DispRange {53 DispRange DR;58 SDValue Base;59 int64_t Disp;60 SDValue Index;61 bool IncludesDynAlloc;63 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() argument[all …]
27 struct SystemZAddressingMode { struct29 enum AddrForm {42 AddrForm Form;47 enum DispRange {54 DispRange DR;59 SDValue Base;60 int64_t Disp;61 SDValue Index;62 bool IncludesDynAlloc;64 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() argument[all …]
28 struct SystemZAddressingMode { struct30 enum AddrForm {43 AddrForm Form;48 enum DispRange {55 DispRange DR;60 SDValue Base;61 int64_t Disp;62 SDValue Index;63 bool IncludesDynAlloc;65 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() argument[all …]