Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5155 static int cayman_mul_int_instr(struct r600_shader_ctx *ctx) in cayman_mul_int_instr() function
12231 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_INT, cayman_mul_int_instr},
12276 [TGSI_OPCODE_IMUL_HI] = { ALU_OP2_MULHI_INT, cayman_mul_int_instr},
12277 [TGSI_OPCODE_UMUL_HI] = { ALU_OP2_MULHI_UINT, cayman_mul_int_instr},