Searched refs:emit_reg_move (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 116 #define emit_reg_move(FROM, TO) \ macro 384 emit_reg_move(O7, r_saved_O7); in bpf_jit_compile() 510 emit_reg_move(r_A, O0); /* delay slot */ in bpf_jit_compile() 514 emit_reg_move(r_A, r_X); in bpf_jit_compile() 518 emit_reg_move(r_X, r_A); in bpf_jit_compile() 622 emit_reg_move(r_X, r_OFF); in bpf_jit_compile()
|
H A D | bpf_jit_comp_64.c | 261 static void emit_reg_move(u32 from, u32 to, struct jit_ctx *ctx) in emit_reg_move() function 831 emit_reg_move(I0, O0, ctx); in build_prologue() 832 emit_reg_move(I1, O1, ctx); in build_prologue() 833 emit_reg_move(I2, O2, ctx); in build_prologue() 834 emit_reg_move(I3, O3, ctx); in build_prologue() 835 emit_reg_move(I4, O4, ctx); in build_prologue() 915 emit_reg_move(src, dst, ctx); in build_insn() 1223 emit_reg_move(O0, bpf2sparc[BPF_REG_0], ctx); in build_insn()
|