Searched refs:A64_AND (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit.h | 193 #define A64_AND(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, AND) macro
|
| H A D | bpf_jit_comp.c | 475 emit(A64_AND(is64, dst, dst, src), ctx); in build_insn() 595 emit(A64_AND(is64, dst, dst, tmp), ctx); in build_insn()
|