Home | History | Annotate | Download | only in TableGen

Lines Matching full:fieldmask

789   o.indent(Indentation) << "field_t fieldMask;\n";
794 o.indent(Indentation) << "fieldMask = (field_t)-1;\n";
800 o.indent(Indentation) << "fieldMask = ((1 << numBits) - 1) << startBit;\n";
804 o.indent(Indentation) << "return (insn & fieldMask) >> startBit;\n";