Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Ddecode.c533 static bool decode_parsebits_is_loopend(uint32_t encoding32) in decode_parsebits_is_loopend() function
707 if ((words_read == 2) && (decode_parsebits_is_loopend(words[0]))) { in decode_packet()
712 has_loop0 = decode_parsebits_is_loopend(words[0]); in decode_packet()
713 has_loop1 = decode_parsebits_is_loopend(words[1]); in decode_packet()