Home
last modified time | relevance | path

Searched refs:str_to_two_bit_pattern (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Ddecoder-constants-aarch64.h37 constexpr uint32_t str_to_two_bit_pattern(const char* x, size_t s, uint32_t a) { in str_to_two_bit_pattern() function
40 return str_to_two_bit_pattern(x + 1, s - 1, (a << 2) | r); in str_to_two_bit_pattern()
44 return str_to_two_bit_pattern(x, s, DecodeNode::kEndOfPattern);