Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h163 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src);
H A Dbpf_jit_comp64.c659 emit_mov_r(ctx, dst, src); in build_insn()
745 emit_mov_r(ctx, dst, src); in build_insn()
867 emit_mov_r(ctx, MIPS_R_T4, dst); in build_insn()
890 emit_mov_r(ctx, res, MIPS_R_T4); in build_insn()
H A 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()
H A Dbpf_jit_comp.c204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() function