Searched refs:nrm_tmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c133 u64 nrm_tmp = val, rev_tmp = ~val; local
137 if (!(nrm_tmp >> 32))
140 inverse = i64_i16_blocks(nrm_tmp, true) < i64_i16_blocks(nrm_tmp, false);
142 (fls64(nrm_tmp) - 1)), 16), 0);
146 emit(A64_MOVZ(1, reg, (nrm_tmp >> shift) & 0xffff, shift), ctx);
149 if (((nrm_tmp >> shift) & 0xffff) != (inverse ? 0xffff : 0x0000))
150 emit(A64_MOVK(1, reg, (nrm_tmp >> shift) & 0xffff, shift), ctx);

Completed in 196 milliseconds