Searched refs:emit_rev32 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.c | 1264 static inline void emit_rev32(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev32() function 1573 emit_rev32(rd[1], rd[1], ctx); in build_insn() 1576 emit_rev32(ARM_LR, rd[1], ctx); in build_insn() 1577 emit_rev32(rd[1], rd[0], ctx); in build_insn()
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 926 static void emit_rev32(const s8 rd, struct rv_jit_context *ctx) in emit_rev32() function 1110 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1121 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1122 emit_rev32(hi(rd), ctx); in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 1099 static void emit_rev32(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_rev32() function 1280 emit_rev32(lo(rd), lo(rd), ctx); in bpf_jit_emit_insn() 1287 emit_rev32(lo(rd), hi(rd), ctx); in bpf_jit_emit_insn() 1288 emit_rev32(HPPA_REG_T0, lo(rd), ctx); in bpf_jit_emit_insn()
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.c | 1249 static inline void emit_rev32(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev32() function 1558 emit_rev32(rd[1], rd[1], ctx); in build_insn() 1561 emit_rev32(ARM_LR, rd[1], ctx); in build_insn() 1562 emit_rev32(rd[1], rd[0], ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 924 static void emit_rev32(const s8 rd, struct rv_jit_context *ctx) in emit_rev32() function 1108 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1119 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1120 emit_rev32(hi(rd), ctx); in bpf_jit_emit_insn()
|
Completed in 12 milliseconds