Searched refs:emit_and (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/mips/net/ |
D | bpf_jit.c | 219 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and() function 231 emit_and(dst, src, r_tmp, ctx); in emit_andi() 901 emit_and(r_A, r_A, r_X, ctx); in build_body() 1034 emit_and(r_s0, r_A, r_s1, ctx); in build_body() 1047 emit_and(r_s0, r_A, r_X, ctx); in build_body()
|
/Linux-v5.10/arch/riscv/net/ |
D | bpf_jit_comp64.c | 489 emit_and(rd, rd, rs, ctx); in bpf_jit_emit_insn() 652 emit_and(rd, rd, RV_REG_T1, ctx); in bpf_jit_emit_insn() 778 emit_and(RV_REG_T1, rd, rs, ctx); in bpf_jit_emit_insn() 837 emit_and(RV_REG_T1, rd, RV_REG_T1, ctx); in bpf_jit_emit_insn()
|
D | bpf_jit.h | 908 static inline void emit_and(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) in emit_and() function
|
/Linux-v5.10/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 285 #define emit_and(R1, R2, R3) \ macro
|