Searched refs:emit_jit_reg_move (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 119 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); 283 emit_jit_reg_move(dst, r_zero, ctx); in emit_sll() 300 emit_jit_reg_move(dst, r_zero, ctx); in emit_srl() 448 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_jit_reg_move() function 627 emit_jit_reg_move(r_X, r_zero, ctx); in build_prologue() 631 emit_jit_reg_move(r_A, r_zero, ctx); in build_prologue() 834 emit_jit_reg_move(r_A, r_zero, ctx); in build_body() 969 emit_jit_reg_move(r_s0, r_X, in build_body() 1072 emit_jit_reg_move(r_X, r_A, ctx); in build_body() 1077 emit_jit_reg_move(r_A, r_X, ctx); in build_body()
|