Home
last modified time | relevance | path

Searched refs:bfd_getl32 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/disas/
H A Ddis-asm.h486 static inline bfd_vma bfd_getl32(const bfd_byte *addr) in bfd_getl32() function
/openbmc/qemu/disas/
H A Dalpha.c1818 insn = bfd_getl32 (buffer); in print_insn_alpha()
H A Dsh4.c2052 val = bfd_getl32 (bytes); in print_insn_sh()
H A Dsparc.c2716 getword = bfd_getl32; in print_insn_sparc()
H A Dmips.c5085 insn = (unsigned long) bfd_getl32 (buffer); in _print_insn_mips()
/openbmc/qemu/target/loongarch/
H A Ddisas.c147 insn = bfd_getl32(buffer); in print_insn_loongarch()