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