Searched refs:ALU_OP2_OR_INT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 244 #define ALU_OP2_OR_INT 44 macro
|
D | r600_shader.c | 7482 alu.op = ALU_OP2_OR_INT; in do_vtx_fetch_inst() 11370 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in emit_u64sge() 11513 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11549 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11629 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11679 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11741 alu.op = ALU_OP2_OR_INT; in egcm_u64sne() 11847 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2}, 12044 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2}, 12271 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 589 case ALU_OP2_OR_INT: r = cv0.i | cv1.i; break; in eval_const_op() 828 case ALU_OP2_OR_INT: in fold_alu_op2() 851 case ALU_OP2_OR_INT: in fold_alu_op2()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ir_to_assembly.cpp | 1274 {op2_or_int, ALU_OP2_OR_INT},
|