Searched refs:emit_a32_mov_i (Results 1 – 1 of 1) sorted by relevance
/arch/arm/net/ |
D | bpf_jit_32.c | 605 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() function 756 emit_a32_mov_i(rd[0], 0, ctx); in emit_a32_alu_r64() 780 emit_a32_mov_i(dst_hi, 0, ctx); in emit_a32_mov_r64() 1051 emit_a32_mov_i(tmp[0], off, ctx); in emit_str_r() 1085 emit_a32_mov_i(tmp[0], off, ctx); in emit_ldx_r() 1098 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1104 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1110 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1326 emit_a32_mov_i(fphi, 0, ctx); in build_prologue() 1401 emit_a32_mov_i(dst_hi, 0, ctx); in build_insn() [all …]
|