Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp580 case ALU_OP2_MULLO_UINT: in eval_const_op()
832 case ALU_OP2_MULLO_UINT: in fold_alu_op2()
853 case ALU_OP2_MULLO_UINT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h303 #define ALU_OP2_MULLO_UINT 103 macro
Dr600_shader.c6095 alu.op = ALU_OP2_MULLO_UINT; in tgsi_divmod()
6264 alu.op = ALU_OP2_MULLO_UINT; in tgsi_divmod()
10817 alu.op = ALU_OP2_MULLO_UINT; in tgsi_umad()
11262 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11286 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11298 alu.op = ALU_OP2_MULLO_UINT; in egcm_u64mul()
11920 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
12117 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1318 {op2_mullo_uint, ALU_OP2_MULLO_UINT},