Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h459 // DecodePattern and DecodeMapping represent the input data to the decoder
463 // A DecodePattern maps a pattern of set/unset/don't care (1, 0, x) bits encoded
469 struct DecodePattern { struct
480 const std::vector<DecodePattern> mapping;
604 for (const DecodePattern& p : map.mapping) { in compiled_node_()
763 const std::vector<DecodePattern>& pattern_table_;
764 static const std::vector<DecodePattern> kEmptyPatternTable;
H A Ddecoder-aarch64.cc163 const std::vector<DecodePattern> DecodeNode::kEmptyPatternTable;

Completed in 3 milliseconds