Lines Matching refs:Field
391 // Populates the field of the insn given the start position and the number of
396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
512 uint64_t Field;
514 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
518 // instruction into the bucket keyed off the constant field value.
520 FilteredInstructions[Field].push_back(LastOpcFiltered);
623 // Field value -1 implies a non-empty set of variable instructions.
657 // two as to account for the width of the NumToSkip field itself.
754 // ULEB128 encoded field value.
919 // Populates the field of the insn given the start position and the number of
924 bool FilterChooser::fieldFromInsn(uint64_t &Field, insn_t &Insn,
926 Field = 0;
933 Field = Field | (1ULL << i);
1944 // At this point, we can locate the field, but we need to know how to
2064 << " \"Instruction field out of bounds!\");\n"
2103 << " // Decode the field value.\n"
2124 << " // Decode the field value.\n"