Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h298 #define ALU_OP2_MULLO_UINT 103 macro
Dr600_shader.c6077 alu.op = ALU_OP2_MULLO_UINT; in tgsi_divmod()
6246 alu.op = ALU_OP2_MULLO_UINT; in tgsi_divmod()
10775 alu.op = ALU_OP2_MULLO_UINT; in tgsi_umad()
11150 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11174 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11186 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11808 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
12005 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp587 case ALU_OP2_MULLO_UINT: in eval_const_op()
839 case ALU_OP2_MULLO_UINT: in fold_alu_op2()
860 case ALU_OP2_MULLO_UINT: in fold_alu_op2()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1326 {op2_mullo_uint, ALU_OP2_MULLO_UINT},