HomeSort by relevance Sort by last modified time
    Searched refs:instrbits_ (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/aarch64/
instructions-aarch64.h 594 instrbits_ = instr->GetInstructionBits();
598 instrbits_ = instr->GetInstructionBits();
604 instrbits_ = instr->GetInstructionBits();
611 instrbits_ = instr->GetInstructionBits();
653 if ((instrbits_ & NEON_Q) != 0) {
845 // Select bits from instrbits_ defined by the bits array, concatenate them,
852 result |= ((instrbits_ & (1 << bits[b])) == 0) ? 0 : 1;
857 Instr instrbits_;
  /external/v8/src/arm64/
instructions-arm64.cc 630 instrbits_ = instr->InstructionBits();
636 instrbits_ = instr->InstructionBits();
643 instrbits_ = instr->InstructionBits();
651 instrbits_ = instr->InstructionBits();
685 if ((instrbits_ & NEON_Q) != 0) {
741 result |= ((instrbits_ & (1 << bits[b])) == 0) ? 0 : 1;
instructions-arm64.h 775 // Select bits from instrbits_ defined by the bits array, concatenate them,
779 Instr instrbits_; member in class:v8::internal::NEONFormatDecoder

Completed in 212 milliseconds