Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/net/
Dbpf_jit.c237 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor() function
248 emit_xor(dst, src, r_tmp, ctx); in emit_xori()
891 emit_xor(r_A, r_A, r_X, ctx); in build_body()
/Linux-v5.10/arch/riscv/net/
Dbpf_jit_comp64.c501 emit_xor(rd, rd, rs, ctx); in bpf_jit_emit_insn()
674 emit_xor(rd, rd, RV_REG_T1, ctx); in bpf_jit_emit_insn()
Dbpf_jit.h916 static inline void emit_xor(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_xor() function