Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h54 static inline bool is_packet_end(uint32_t endocing) in is_packet_end() function
H A Dtranslate.c224 found_end = is_packet_end(words[nwords]); in read_packet_words()
1027 found_end = is_packet_end(word); in pkt_crosses_page()
H A Ddecode.c675 end_of_packet = is_packet_end(encoding32); in decode_packet()
/openbmc/qemu/disas/
H A Dhexagon.c50 if (is_packet_end(words[i])) { in print_insn_hexagon()