Searched refs:emit_hppa64_depd (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 79 static void emit_hppa64_depd(u8 src, u8 pos, u8 len, u8 target, bool no_zero, struct hppa_jit_conte… in emit_hppa64_depd() function 94 emit_hppa64_depd(src, 63-num, 64-num, target, 0, ctx); in emit_hppa64_shld() 175 emit_hppa64_depd(tmpreg, 31, 32, rd, 1, ctx); in emit_imm() 177 emit_hppa64_depd(HPPA_REG_ZERO, 31, 32, rd, 1, ctx); in emit_imm() 732 emit_hppa64_depd(HPPA_REG_ZERO, 63-16, 64-16, rd, 1, ctx); in bpf_jit_emit_insn() 754 emit_hppa64_depd(HPPA_REG_T1, 63-16, 8, HPPA_REG_T1, 1, ctx); in bpf_jit_emit_insn()
|