Lines Matching refs:emit_mov_i
336 static inline void emit_mov_i(int rd, u32 val, struct jit_ctx *ctx) in emit_mov_i() function
496 emit_mov_i(ARM_R3, bpf_op == BPF_DIV ? (u32)jit_udiv : (u32)jit_mod, in emit_udivmod()
535 emit_mov_i(r_A, k, ctx); in build_body()
557 emit_mov_i(r_off, k, ctx); in build_body()
597 emit_mov_i(ARM_R3, (u32)load_func[load_order], ctx); in build_body()
620 emit_mov_i(r_X, k, ctx); in build_body()
638 emit_mov_i(r_off, k, ctx); in build_body()
652 emit_mov_i(ARM_R3, (u32)jit_get_skb_b, ctx); in build_body()
688 emit_mov_i(r_scratch, k, ctx); in build_body()
698 emit_mov_i(r_scratch, k, ctx); in build_body()
709 emit_mov_i(r_A, 0, ctx); in build_body()
712 emit_mov_i(r_scratch, k, ctx); in build_body()
841 emit_mov_i(ARM_R0, k, ctx); in build_body()
901 emit_mov_i(ARM_R3, off, ctx); in build_body()
954 emit_mov_i(ARM_R3, (unsigned int)skb_get_poff, ctx); in build_body()