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 | 7486 alu.op = ALU_OP2_OR_INT; in do_vtx_fetch_inst() 11398 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in emit_u64sge() 11541 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11577 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11657 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11707 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div() 11769 alu.op = ALU_OP2_OR_INT; in egcm_u64sne() 11875 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2}, 12072 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2}, 12299 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 582 case ALU_OP2_OR_INT: r = cv0.i | cv1.i; break; in eval_const_op() 821 case ALU_OP2_OR_INT: in fold_alu_op2() 844 case ALU_OP2_OR_INT: in fold_alu_op2()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 1263 {op2_or_int, ALU_OP2_OR_INT},
|