Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h215 hppa_t10_insn(0x14, b, target, 0, 0, 0, 0) | re_assemble_16(im16)
219 hppa_t10_insn(0x1c, b, src, 0, 0, 0, 0) | re_assemble_16(im16)
372 static inline unsigned re_assemble_16(unsigned as16) in re_assemble_16() function
/openbmc/qemu/disas/
H A Dhppa.c188 static inline int re_assemble_16 (int) ATTRIBUTE_UNUSED;
267 re_assemble_16 (int as16) in re_assemble_16() function
507 return (insn & ~ 0xfff1) | re_assemble_16 (value & -8); in hppa_rebuild_insn()
510 return (insn & ~ 0xfff9) | re_assemble_16 (value & -4); in hppa_rebuild_insn()
513 return (insn & ~ 0xffff) | re_assemble_16 (value); in hppa_rebuild_insn()