Searched refs:instrbits_ (Results 1 – 1 of 1) sorted by relevance
588 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()592 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()598 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()605 instrbits_ = instr->GetInstructionBits(); in NEONFormatDecoder()647 if ((instrbits_ & NEON_Q) != 0) { in Mnemonic()832 result |= ((instrbits_ & (1 << bits[b])) == 0) ? 0 : 1; in PickBits()837 Instr instrbits_; variable