Searched refs:opcode_ (Results 1 – 5 of 5) sorted by relevance
64 Opcode opcode() const { return opcode_; } in opcode()121 Opcode opcode_;
31 : opcode_(opcode), in Operator()
725 InstructionCode opcode() const { return opcode_; } in opcode()777 opcode_ = ArchOpcodeField::encode(kArchNop); in OverwriteWithNop()830 InstructionCode opcode_; variable
253 : opcode_(opcode), in Instruction()266 : opcode_(opcode), in Instruction()
52 explicit NodeMatcher(IrOpcode::Value opcode) : opcode_(opcode) {} in NodeMatcher()55 *os << "is a " << IrOpcode::Mnemonic(opcode_) << " node"; in DescribeTo()64 if (node->opcode() != opcode_) { in MatchAndExplain()66 << " but should have been " << IrOpcode::Mnemonic(opcode_); in MatchAndExplain()73 const IrOpcode::Value opcode_; member in v8::internal::compiler::__anonfac4a9ba0111::NodeMatcher