Searched refs:A64_UXTH (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 192 #define A64_UXTH(sf, Rd, Rn) A64_UBFM(sf, Rd, Rn, 0, 15) macro
|
H A D | bpf_jit_comp.c | 876 emit(A64_UXTH(is64, dst, dst), ctx); in build_insn() 891 emit(A64_UXTH(is64, dst, dst), ctx); in build_insn()
|