Searched refs:instrbits_ (Results 1 – 1 of 1) sorted by relevance
509 instrbits_ = instr->InstructionBits(); in NEONFormatDecoder()514 instrbits_ = instr->InstructionBits(); in NEONFormatDecoder()520 instrbits_ = instr->InstructionBits(); in NEONFormatDecoder()527 instrbits_ = instr->InstructionBits(); in NEONFormatDecoder()567 if ((instrbits_ & NEON_Q) != 0) { in Mnemonic()744 result |= ((instrbits_ & (1 << bits[b])) == 0) ? 0 : 1; in PickBits()749 Instr instrbits_; variable