Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h248 #define ALU_OP2_SUB_INT 48 macro
Dr600_shader.c4726 op = ALU_OP2_SUB_INT; in tgsi_op2_s()
5917 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5933 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6115 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6189 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6285 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6352 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6505 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6547 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6694 alu.op = ALU_OP2_SUB_INT; in tgsi_iabs()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp583 case ALU_OP2_SUB_INT: r = cv0.i - cv1.i; break; in eval_const_op()
845 case ALU_OP2_SUB_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1267 {op2_sub_int, ALU_OP2_SUB_INT},