Searched refs:emit_jit_reg_move (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/mips/net/ |
D | bpf_jit.c | 118 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); 282 emit_jit_reg_move(dst, r_zero, ctx); in emit_sll() 299 emit_jit_reg_move(dst, r_zero, ctx); in emit_srl() 453 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_jit_reg_move() function 634 emit_jit_reg_move(r_X, r_zero, ctx); in build_prologue() 644 emit_jit_reg_move(r_A, r_zero, ctx); in build_prologue() 847 emit_jit_reg_move(r_A, r_zero, ctx); in build_body() 982 emit_jit_reg_move(r_s0, r_X, in build_body() 1085 emit_jit_reg_move(r_X, r_A, ctx); in build_body() 1090 emit_jit_reg_move(r_A, r_X, ctx); in build_body()
|