Searched refs:emit_andi (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 261 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() function 891 emit_andi(r_X, r_val, 0xf, ctx); in build_body() 1007 emit_andi(r_A, r_A, k, ctx); in build_body() 1218 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body() 1223 emit_andi(r_tmp_imm, r_tmp_imm, 0xff, ctx); in build_body() 1273 emit_andi(r_A, r_s0, (u16)~VLAN_TAG_PRESENT, ctx); in build_body() 1275 emit_andi(r_A, r_s0, VLAN_TAG_PRESENT, ctx); in build_body() 1285 emit_andi(r_A, r_tmp, PKT_TYPE_MAX, ctx); in build_body()
|
/linux-4.1.27/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()
|