Searched refs:encoding32 (Results 1 – 1 of 1) sorted by relevance
533 static bool decode_parsebits_is_loopend(uint32_t encoding32) in decode_parsebits_is_loopend() argument535 uint32_t bits = parse_bits(encoding32); in decode_parsebits_is_loopend()666 uint32_t encoding32; in decode_packet() local674 encoding32 = words[words_read]; in decode_packet()675 end_of_packet = is_packet_end(encoding32); in decode_packet()676 new_insns = decode_insns(ctx, insn, encoding32); in decode_packet()