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.c669 emit(A64_LSL(1, prg, r3, 3), ctx); in emit_bpf_tail_call()
1241 emit(A64_LSL(1, dst, dst, 32), ctx); in build_insn()
1444 emit(A64_LSL(is64, dst, dst, imm), ctx); in build_insn()
2444 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage()
2447 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage()
H A Dbpf_jit.h202 #define A64_LSL(sf, Rd, Rn, shift) ({ \ macro