Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h242 #define ALU_OP2_SUB_INT 48 macro
Dr600_shader.c5129 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5145 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5352 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5473 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5621 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5688 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5835 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5871 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5993 alu.op = ALU_OP2_SUB_INT; in tgsi_iabs()
6272 alu.op = ALU_OP2_SUB_INT; in tgsi_msb()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp581 case ALU_OP2_SUB_INT: r = cv0.i - cv1.i; break; in eval_const_op()
841 case ALU_OP2_SUB_INT: in fold_alu_op2()