Searched refs:next_word (Results 1 – 2 of 2) sorted by relevance
26 uint16_t next_word; member50 static uint16_t next_word(DisasContext *ctx) in next_word() function53 return ctx->next_word; in next_word()58 return x << 16 | next_word(ctx); in append_16()85 ctx.next_word = bfd_getl16(buffer + 2); in avr_print_insn()
173 static uint16_t next_word(DisasContext *ctx) in next_word() function180 return x << 16 | next_word(ctx); in append_16()1580 a->imm = next_word(ctx); in trans_LDS()1785 a->imm = next_word(ctx); in trans_STS()2607 uint32_t opcode = next_word(ctx); in translate()