Searched refs:emit_rev16 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.c | 1249 static inline void emit_rev16(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev16() function 1570 emit_rev16(rd[1], rd[1], ctx); in build_insn()
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 917 static void emit_rev16(const s8 rd, struct rv_jit_context *ctx) in emit_rev16() function 1105 emit_rev16(lo(rd), ctx); in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 1092 static void emit_rev16(const s8 rd, struct hppa_jit_context *ctx) in emit_rev16() function 1275 emit_rev16(lo(rd), ctx); in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.c | 1234 static inline void emit_rev16(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev16() function 1555 emit_rev16(rd[1], rd[1], ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 915 static void emit_rev16(const s8 rd, struct rv_jit_context *ctx) in emit_rev16() function 1103 emit_rev16(lo(rd), ctx); in bpf_jit_emit_insn()
|
Completed in 13 milliseconds