Searched refs:emit_andi (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/mips/net/ |
| D | bpf_jit.c | 226 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() function 770 emit_andi(r_X, r_A, 0xf, ctx); in build_body() 883 emit_andi(r_A, r_A, k, ctx); in build_body() 1094 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body() 1099 emit_andi(r_tmp_imm, r_tmp_imm, 0xff, ctx); in build_body() 1149 emit_andi(r_A, r_s0, (u16)~VLAN_TAG_PRESENT, ctx); in build_body() 1151 emit_andi(r_A, r_s0, VLAN_TAG_PRESENT, ctx); in build_body() 1161 emit_andi(r_A, r_tmp, PKT_TYPE_MAX, ctx); in build_body()
|
| /linux-4.4.14/arch/sparc/net/ |
| D | bpf_jit_comp.c | 325 #define emit_andi(R1, IMM, R3) \ macro 577 emit_andi(r_A, PKT_TYPE_MAX, r_A); in bpf_jit_compile() 608 emit_andi(r_A, 1, r_A); in bpf_jit_compile()
|