Lines Matching refs:getValueAsBit
94 bool EVEX_W = RecE->getValueAsBit("HasVEX_W"); in operator ()()
95 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); in operator ()()
96 bool VEX_WIG = RecV->getValueAsBit("IgnoresVEX_W"); in operator ()()
97 bool EVEX_WIG = RecE->getValueAsBit("IgnoresVEX_W"); in operator ()()
98 bool EVEX_W1_VEX_W0 = RecE->getValueAsBit("EVEX_W1_VEX_W0"); in operator ()()
101 RecV->getValueAsBit("isCodeGenOnly") != RecE->getValueAsBit("isCodeGenOnly") || in operator ()()
105 RecV->getValueAsBit("hasVEX_4V") != RecE->getValueAsBit("hasVEX_4V") || in operator ()()
106 RecV->getValueAsBit("hasEVEX_L2") != RecE->getValueAsBit("hasEVEX_L2") || in operator ()()
107 RecV->getValueAsBit("hasVEX_L") != RecE->getValueAsBit("hasVEX_L") || in operator ()()
191 !Inst->TheDef->getValueAsBit("hasEVEX_K") && in run()
192 !Inst->TheDef->getValueAsBit("hasEVEX_B") && in run()
193 !Inst->TheDef->getValueAsBit("hasEVEX_L2") && in run()
194 !Inst->TheDef->getValueAsBit("notEVEX2VEXConvertible")) in run()
221 if (EVEXInst->TheDef->getValueAsBit("hasVEX_L")) in run()