Searched refs:emit_andi (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/net/ |
D | bpf_jit.c | 225 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() function 783 emit_andi(r_X, r_A, 0xf, ctx); in build_body() 896 emit_andi(r_A, r_A, k, ctx); in build_body() 1107 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body() 1112 emit_andi(r_tmp_imm, r_tmp_imm, 0xff, ctx); in build_body() 1169 emit_andi(r_A, r_s0, (u16)~VLAN_TAG_PRESENT, ctx); in build_body() 1171 emit_andi(r_A, r_s0, VLAN_TAG_PRESENT, ctx); in build_body() 1181 emit_andi(r_A, r_tmp, PKT_TYPE_MAX, ctx); in build_body()
|
/Linux-v4.19/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 288 #define emit_andi(R1, IMM, R3) \ macro 528 emit_andi(r_A, PKT_TYPE_MAX, r_A); in bpf_jit_compile() 559 emit_andi(r_A, 1, r_A); in bpf_jit_compile()
|