Searched refs:VOP3Layout (Results 1 – 2 of 2) sorted by relevance
689 ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout = false);872 bool VOP3Layout = false)873 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() argument878 bool VOP3Layout = false)879 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() argument
798 ComponentProps::ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout) { in ComponentProps() argument808 IsVOP3 = VOP3Layout || (OpDesc.TSFlags & SIInstrFlags::VOP3); in ComponentProps()