Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp2618 const uint32_t i16_mask = 0xffff8000u; in optimize_encoding_sopk() local
2620 if ((value & i16_mask) && (value & i16_mask) != i16_mask) in optimize_encoding_sopk()
H A Daco_optimizer.cpp4684 const uint32_t i16_mask = 0xffff8000u; in try_convert_sopc_to_sopk() local
4686 bool value_is_i16 = (value & i16_mask) == 0 || (value & i16_mask) == i16_mask; in try_convert_sopc_to_sopk()

Completed in 13 milliseconds