Searched refs:emit_a32_mov_r64 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/arm/net/ |
D | bpf_jit_32.c | 757 static inline void emit_a32_mov_r64(const bool is64, const s8 dst[], in emit_a32_mov_r64() function 1312 emit_a32_mov_r64(true, bpf_fp, bpf_r1, ctx); in build_prologue() 1316 emit_a32_mov_r64(true, tcc, bpf_r1, ctx); in build_prologue() 1388 emit_a32_mov_r64(is64, dst, src, ctx); in build_insn() 1788 emit_a32_mov_r64(true, r0, r1, ctx); in build_insn() 1789 emit_a32_mov_r64(true, r1, r2, ctx); in build_insn()
|