Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsBit

213   HasREX_WPrefix   = Rec->getValueAsBit("hasREX_WPrefix");
214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
215 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3");
216 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix");
217 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix");
218 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L");
219 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2");
220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
221 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z");
222 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B");
223 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
224 ForceDisassemble = Rec->getValueAsBit("ForceDisassemble");
232 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
270 if (insn.TheDef->getValueAsBit("isAsmParserOnly"))