Searched defs:PrefixInfo (Results 1 – 2 of 2) sorted by relevance
62 struct PrefixInfo { struct66 uint32_t DecodeToCanonical(HuffmanCode bits) const { in DecodeToCanonical()77 const HuffmanCode first_code; // First code of this length, left justified in80 const uint16_t code_length; // Length of the prefix code |base|.81 const uint16_t first_canonical; // First canonical symbol of this length.
84 class PrefixInfo { class in __anonfde77fdb0111::AArch64AsmParser124 PrefixInfo() : Active(false), Predicated(false) {} in PrefixInfo() function in __anonfde77fdb0111::AArch64AsmParser::PrefixInfo