Searched refs:emit_a32_mov_i (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 732 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() function 867 emit_a32_mov_i(rd[0], 0, ctx); in emit_a32_alu_r64() 890 emit_a32_mov_i(dst_hi, 0, ctx); in emit_a32_mov_r64() 953 emit_a32_mov_i(dst_hi, 0, ctx); in emit_a32_movsx_r64() 1235 emit_a32_mov_i(tmp[0], off, ctx); in emit_str_r() 1269 emit_a32_mov_i(tmp[0], off, ctx); in emit_ldx_r() 1282 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1288 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1294 emit_a32_mov_i(rd[0], 0, ctx); in emit_ldx_r() 1323 emit_a32_mov_i(tmp[0], off, ctx); in emit_ldsx_r() [all …]
|