Searched refs:decode_packet (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | decode.h | 30 int decode_packet(DisasContext *ctx, int max_words, const uint32_t *words,
|
H A D | decode.c | 658 int decode_packet(DisasContext *ctx, int max_words, const uint32_t *words, in decode_packet() function 756 if (decode_packet(&ctx, nwords, words, &pkt, true) > 0) { in disassemble_hexagon()
|
H A D | translate.c | 976 if (decode_packet(ctx, nwords, words, &pkt, false) > 0) { in decode_and_translate_packet()
|