Searched refs:emit_rev32 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 923 static void emit_rev32(const s8 rd, struct rv_jit_context *ctx) in emit_rev32() function 1107 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1118 emit_rev32(lo(rd), ctx); in bpf_jit_emit_insn() 1119 emit_rev32(hi(rd), ctx); in bpf_jit_emit_insn()
|
/linux/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()
|
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 1490 static inline void emit_rev32(const u8 rd, const u8 rn, struct jit_ctx *ctx) in emit_rev32() function 1816 emit_rev32(rd[1], rd[1], ctx); in build_insn() 1819 emit_rev32(ARM_LR, rd[1], ctx); in build_insn() 1820 emit_rev32(rd[1], rd[0], ctx); in build_insn()
|