Lines Matching refs:getValueAsBit
119 HasREX_W = Rec->getValueAsBit("hasREX_W"); in RecognizableInstrBase()
120 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstrBase()
121 HasVEX_W = Rec->getValueAsBit("HasVEX_W"); in RecognizableInstrBase()
122 IgnoresVEX_W = Rec->getValueAsBit("IgnoresVEX_W"); in RecognizableInstrBase()
123 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstrBase()
124 HasEVEX_L2 = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstrBase()
125 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstrBase()
126 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z"); in RecognizableInstrBase()
127 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B"); in RecognizableInstrBase()
128 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstrBase()
129 IsAsmParserOnly = Rec->getValueAsBit("isAsmParserOnly"); in RecognizableInstrBase()
130 ForceDisassemble = Rec->getValueAsBit("ForceDisassemble"); in RecognizableInstrBase()
132 HasVEX_L = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstrBase()