Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c679 emit(A64_LSL(1, prg, r3, 3), ctx); in emit_bpf_tail_call()
1554 emit(A64_LSL(is64, dst, dst, imm), ctx); in build_insn()
2565 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage()
2568 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage()
H A Dbpf_jit.h204 #define A64_LSL(sf, Rd, Rn, shift) ({ \ macro