Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h383 static inline unsigned re_assemble_17(unsigned as17) in re_assemble_17() function
452 return ((opcode << 26) | (rp << 21) | (ext3 << 13) | (nop << 1) | re_assemble_17(w)); in hppa_t12_insn()
/openbmc/qemu/disas/
H A Dhppa.c189 static inline int re_assemble_17 (int) ATTRIBUTE_UNUSED;
278 re_assemble_17 (int as17) in re_assemble_17() function
517 return (insn & ~ 0x1f1ffd) | re_assemble_17 (value); in hppa_rebuild_insn()