Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/net/
Dbpf_jit.h172 #define A64_ORR(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, ORR) macro
Dbpf_jit_comp.c293 emit(A64_ORR(is64, dst, dst, src), ctx); in build_insn()
417 emit(A64_ORR(is64, dst, dst, tmp), ctx); in build_insn()