Home
last modified time | relevance | path

Searched refs:ALU_OP2_ADD (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_ADD: r = cv0.f + cv1.f; break; in eval_const_op()
613 case ALU_OP2_ADD: in fold_assoc()
725 n->bc.set_op(ALU_OP2_ADD); in fold_assoc()
770 case ALU_OP2_ADD: // (ADD x, x) => (MUL x, 2) in fold_alu_op2()
783 case ALU_OP2_ADD: // (ADD x, -x) => (MOV 0) in fold_alu_op2()
793 if (n.bc.op == ALU_OP2_ADD) { in fold_alu_op2()
825 case ALU_OP2_ADD: in fold_alu_op2()
845 case ALU_OP2_ADD: in fold_alu_op2()
1046 add->bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
1102 n.bc.set_op(ALU_OP2_ADD); in fold_alu_op3()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/
H A Dr600_isa.h195 #define ALU_OP2_ADD 0 macro
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_isa.h200 #define ALU_OP2_ADD 0 macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1228 {op2_add, ALU_OP2_ADD},
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1228 {op2_add, ALU_OP2_ADD},
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1228 {op2_add, ALU_OP2_ADD},

12