Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Ddisas.c26 uint16_t next_word; member
50 static uint16_t next_word(DisasContext *ctx) in next_word() function
53 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()
H A Dtranslate.c173 static uint16_t next_word(DisasContext *ctx) in next_word() function
180 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()