Home
last modified time | relevance | path

Searched refs:ALU_OP2_MULHI_INT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h302 #define ALU_OP2_MULHI_INT 102 macro
Dr600_shader.c11937 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12134 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, tgsi_op2_trans},
12361 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, cayman_mul_int_instr},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp581 case ALU_OP2_MULHI_INT: in eval_const_op()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1329 {op2_mulhi_int, ALU_OP2_MULHI_INT},