Searched refs:emit_jit_reg_move (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 154 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx); 318 emit_jit_reg_move(dst, r_zero, ctx); in emit_sll() 335 emit_jit_reg_move(dst, r_zero, ctx); in emit_srl() 483 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_jit_reg_move() function 686 emit_jit_reg_move(r_X, r_zero, ctx); in build_prologue() 690 emit_jit_reg_move(r_A, r_zero, ctx); in build_prologue() 826 emit_jit_reg_move(r_A, r_val, ctx); in build_body() 958 emit_jit_reg_move(r_A, r_zero, ctx); in build_body() 1093 emit_jit_reg_move(r_s0, r_X, in build_body() 1196 emit_jit_reg_move(r_X, r_A, ctx); in build_body() [all …]
|