Home
last modified time | relevance | path

Searched refs:instruction_name_ (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h498 instruction_name_("node"), in CompiledDecodeNode()
513 instruction_name_(iname), in CompiledDecodeNode()
535 VIXL_ASSERT(((instruction_name_ == "node") && (bit_extract_fn_ != NULL)) || in IsLeafNode()
536 ((instruction_name_ != "node") && (bit_extract_fn_ == NULL))); in IsLeafNode()
537 return instruction_name_ != "node"; in IsLeafNode()
562 std::string_view instruction_name_;
584 instruction_name_(iname),
597 instruction_name_("node"),
630 bool IsLeafNode() const { return instruction_name_ != "node"; } in IsLeafNode()
651 compiled_node_ = new CompiledDecodeNode(instruction_name_, decoder in CreateVisitorNode()
760 std::string_view instruction_name_; global() member in vixl::aarch64::CompiledDecodeNode::PatternSymbol
[all...]
H A Ddecoder-aarch64.cc527 decoder_->VisitNamedInstruction(instr, instruction_name_); in Decode()

Completed in 3 milliseconds