Lines Matching refs:instruction_name_
498 instruction_name_("node"),
513 instruction_name_(iname),
535 VIXL_ASSERT(((instruction_name_ == "node") && (bit_extract_fn_ != NULL)) ||
536 ((instruction_name_ != "node") && (bit_extract_fn_ == NULL)));
537 return instruction_name_ != "node";
562 std::string_view instruction_name_;
584 instruction_name_(iname),
597 instruction_name_("node"),
630 bool IsLeafNode() const { return instruction_name_ != "node"; }
651 compiled_node_ = new CompiledDecodeNode(instruction_name_, decoder_);
654 compiled_node_ = allocator.New<CompiledDecodeNode>(instruction_name_, decoder_);
760 std::string_view instruction_name_;