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