Searched refs:movn (Results 1 – 1 of 1) sorted by relevance
364 int movn, sr; in emit_mov_imm() local370 movn = u16_blocks_weight(val, true) > u16_blocks_weight(val, false); in emit_mov_imm()372 sr = movn ? rte_fls_u64(nval) - 1 : rte_fls_u64(val) - 1; in emit_mov_imm()376 if (movn) in emit_mov_imm()383 if (((val >> sr) & 0xffff) != (movn ? 0xffff : 0x0000)) in emit_mov_imm()