Searched refs:upper_high (Results 1 – 1 of 1) sorted by relevance
1338 u16 upper_high = upper >> 16; in build_insn() local1339 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()