Searched refs:emit_mov_r (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 163 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src);
|
H A D | bpf_jit_comp64.c | 659 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 D | bpf_jit_comp32.c | 437 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 D | bpf_jit_comp.c | 204 void emit_mov_r(struct jit_context *ctx, u8 dst, u8 src) in emit_mov_r() function
|