Searched refs:emit_reg_move (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 144 #define emit_reg_move(FROM, TO) \ macro 421 emit_reg_move(O7, r_saved_O7); in bpf_jit_compile() 559 emit_reg_move(r_A, O0); /* delay slot */ in bpf_jit_compile() 563 emit_reg_move(r_A, r_X); in bpf_jit_compile() 567 emit_reg_move(r_X, r_A); in bpf_jit_compile() 672 emit_reg_move(r_X, r_OFF); in bpf_jit_compile()
|
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 477 static inline void emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) in emit_reg_move() function 683 emit_reg_move(r_skb, MIPS_R_A0, ctx); in build_prologue() 800 emit_reg_move(r_ret, r_zero, ctx); in build_body() 807 emit_reg_move(MIPS_R_A0, r_skb, ctx); in build_body() 810 emit_reg_move(MIPS_R_A1, r_off, ctx); in build_body() 829 emit_reg_move(r_ret, r_zero, ctx); in build_body() 877 emit_reg_move(MIPS_R_A0, r_skb, ctx); /* delay slot */ in build_body() 1176 emit_reg_move(r_ret, r_A, ctx); /* delay slot */ in build_body() 1247 emit_reg_move(r_ret, r_zero, ctx); in build_body()
|