Searched refs:emit_andi (Results 1 – 2 of 2) sorted by relevance
/arch/mips/net/ |
D | bpf_jit.c | 226 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() function 778 emit_andi(r_X, r_A, 0xf, ctx); in build_body() 891 emit_andi(r_A, r_A, k, ctx); in build_body() 1102 emit_andi(r_tmp_imm, r_A, 0xff, ctx); in build_body() 1107 emit_andi(r_tmp_imm, r_tmp_imm, 0xff, ctx); in build_body() 1157 emit_andi(r_A, r_s0, (u16)~VLAN_TAG_PRESENT, ctx); in build_body() 1159 emit_andi(r_A, r_s0, VLAN_TAG_PRESENT, ctx); in build_body() 1169 emit_andi(r_A, r_tmp, PKT_TYPE_MAX, ctx); in build_body()
|
/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()
|