Lines Matching refs:getValueAsBit
84 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
85 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
86 HasVEX_W = Rec->getValueAsBit("HasVEX_W"); in RecognizableInstr()
87 IgnoresVEX_W = Rec->getValueAsBit("IgnoresVEX_W"); in RecognizableInstr()
88 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
89 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
90 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()
91 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z"); in RecognizableInstr()
92 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B"); in RecognizableInstr()
93 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstr()
94 ForceDisassemble = Rec->getValueAsBit("ForceDisassemble"); in RecognizableInstr()
101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
142 if (insn.TheDef->getValueAsBit("isAsmParserOnly")) in processInstr()