Home
last modified time | relevance | path

Searched refs:A64_TST (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arm64/net/ !
Dbpf_jit.h262 #define A64_TST(sf, Rn, Rm) A64_ANDS(sf, A64_ZR, Rn, Rm) macro
Dbpf_jit_comp.c1308 emit(A64_TST(is64, dst, src), ctx); in build_insn()
1347 emit(A64_TST(is64, dst, tmp), ctx); in build_insn()