Searched refs:A64_ORR (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 888 emit(A64_ORR(isdw, tmp2, tmp2, src), ctx); in emit_ll_sc_atomic() 909 emit(A64_ORR(isdw, tmp2, src, ax), ctx); in emit_ll_sc_atomic() 1243 emit(A64_ORR(1, tmp, dst, tmp), ctx); in build_insn() 1286 emit(A64_ORR(is64, dst, dst, src), ctx); in build_insn() 1407 emit(A64_ORR(is64, dst, dst, tmp), ctx); in build_insn()
|
| H A D | bpf_jit.h | 278 #define A64_ORR(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, ORR) macro
|