Home
last modified time | relevance | path

Searched refs:emit_4_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c634 static inline void emit_4_bytes(u8 *buf, u32 bytes) in emit_4_bytes() function
664 emit_4_bytes(buf, insn); in arc_movi_r()
674 emit_4_bytes(buf, insn); in arc_mov_r()
687 emit_4_bytes(buf, insn); in arc_mov_i()
688 emit_4_bytes(buf + INSN_len_normal, imm); in arc_mov_i()
699 emit_4_bytes(buf, insn); in arc_mov_i_fixed()
700 emit_4_bytes(buf + INSN_len_normal, imm); in arc_mov_i_fixed()
711 emit_4_bytes(buf, insn); in arc_mov_cc_r()
721 emit_4_bytes(buf, insn); in arc_movu_cc_r()
731 emit_4_bytes(buf, insn); in arc_sexb_r()
[all …]