Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1338 u16 upper_high = upper >> 16; in build_insn() local
1339 int nr_movk = !!upper_low + !!upper_high; in build_insn()
1352 if (upper_high) in build_insn()
1353 emit(A64_MOVK(1, dst, upper_high, 48), ctx); in build_insn()