mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
r600g: Handle MUL_IEEE in r600_bytecode_get_num_operands
This commit is contained in:
parent
1fe70c6ae1
commit
5187948bc2
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLGE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLNE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULLO_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_UINT:
|
||||
|
|
@ -133,6 +134,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLGE:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_KILLNE:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL_IEEE:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_INT:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULLO_INT:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_UINT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue