Searched refs:emit_rev32 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/arch/riscv/net/ |
| 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()
|
| /Linux-v6.1/arch/arm/net/ |
| 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()
|