Home
last modified time | relevance | path

Searched refs:emit_mov_r (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/mips/net/
Dbpf_jit_comp.h163 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src);
Dbpf_jit_comp64.c656 emit_mov_r(ctx, dst, src); in build_insn()
742 emit_mov_r(ctx, dst, src); in build_insn()
864 emit_mov_r(ctx, MIPS_R_T4, dst); in build_insn()
887 emit_mov_r(ctx, res, MIPS_R_T4); in build_insn()
Dbpf_jit_comp32.c437 emit_mov_r(ctx, lo(dst), MIPS_R_ZERO); in emit_mul_i64()
438 emit_mov_r(ctx, hi(dst), MIPS_R_ZERO); in emit_mul_i64()
1488 emit_mov_r(ctx, lo(dst), lo(src)); in build_insn()
1558 emit_mov_r(ctx, lo(dst), lo(src)); in build_insn()
1559 emit_mov_r(ctx, hi(dst), hi(src)); in build_insn()
Dbpf_jit_comp.c204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() function