Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2241 unsigned sign_byte = op_vgpr_byte + bits / 8 - 1; in lower_to_hw_instr() local
2250 if (sign_byte == 1) in lower_to_hw_instr()
2252 else if (sign_byte == 3) in lower_to_hw_instr()
2255 ext = sign_byte; in lower_to_hw_instr()
2261 if (signext && sign_byte != 3 && sign_byte != 1) { in lower_to_hw_instr()

Completed in 5 milliseconds