Searched refs:A64_TST (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit.h | 262 #define A64_TST(sf, Rn, Rm) A64_ANDS(sf, A64_ZR, Rn, Rm) macro
|
D | bpf_jit_comp.c | 1308 emit(A64_TST(is64, dst, src), ctx); in build_insn() 1347 emit(A64_TST(is64, dst, tmp), ctx); in build_insn()
|