Home
last modified time | relevance | path

Searched refs:src1h (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_alu.c161 nir_ssa_def *src1h = nir_ushr(b, src1, c16); in lower_alu_instr() local
164 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
166 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/dports/emulators/jzintv/jzintv-20200712-src/src/cp1600/
H A Dop_exec_ext.c1060 uint16_t src1, src1h, src2, *dst_hi, *dst_lo; in fn_ext_isa() local
1123 src1h = src1; in fn_ext_isa()
1128 src1h = cp1600->xr[15 & (1 + reg0)]; in fn_ext_isa()
1132 fnx_div32s(src1, src1h, src2, dst_lo, dst_hi); in fn_ext_isa()
1134 fnx_div32u(src1, src1h, src2, dst_lo, dst_hi); in fn_ext_isa()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp1547 ir_variable *src1h = in imul_high_to_mul() local
1573 i.insert_before(src1h); in imul_high_to_mul()
1610 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1620 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1621 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()

12