Home
last modified time | relevance | path

Searched refs:bfd_getl16 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/avr/
H A Ddisas.c84 insn = bfd_getl16(buffer); in avr_print_insn()
85 ctx.next_word = bfd_getl16(buffer + 2); in avr_print_insn()
/openbmc/qemu/include/disas/
H A Ddis-asm.h485 static inline bfd_vma bfd_getl16(const bfd_byte *addr) in bfd_getl16() function
/openbmc/qemu/disas/
H A Dmips.c5142 insn = bfd_getl16 (buffer);
5165 insn = bfd_getl16 (buffer);
5212 extend = bfd_getl16 (buffer);
5572 : bfd_getl16 (buffer))
5582 : bfd_getl16 (buffer))
H A Dsh4.c2045 val = bfd_getl16 (bytes); in print_insn_sh()
H A Driscv.c5485 inst |= ((rv_inst) bfd_getl16(packet)) << (8 * n); in print_insn_riscv()