Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h400 static inline unsigned re_assemble_22(unsigned as22) in re_assemble_22() function
457 return ((opcode << 26) | (0x05 << 13) | (nop << 1) | re_assemble_22(w)); in hppa_t12_L_insn()
/openbmc/qemu/disas/
H A Dhppa.c191 static inline int re_assemble_22 (int) ATTRIBUTE_UNUSED;
297 re_assemble_22 (int as22) in re_assemble_22() function
523 return (insn & ~ 0x3ff1ffd) | re_assemble_22 (value); in hppa_rebuild_insn()