reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
546 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), 556 assert(StartBit + NumBits - 1 < Owner->BitWidth); 561 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { 565 Owner->insnWithID(Insn, Owner->Opcodes[i].EncodingID); 565 Owner->insnWithID(Insn, Owner->Opcodes[i].EncodingID); 569 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); 574 LastOpcFiltered = Owner->Opcodes[i]; 580 VariableInstructions.push_back(Owner->Opcodes[i]); 596 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); 607 Owner->AllInstructions, VariableInstructions, 608 Owner->Operands, BitValueArray, *Owner))); 608 Owner->Operands, BitValueArray, *Owner))); 633 Owner->AllInstructions, Inst.second, 634 Owner->Operands, BitValueArray, *Owner))); 634 Owner->Operands, BitValueArray, *Owner)));