Home
last modified time | relevance | path

Searched refs:bconst (Results 1 – 25 of 116) sorted by relevance

12345

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/wasm/
H A Dmulti-val-mixed.clif28 ;; op = "bconst.b1"
66 v4 = bconst.b1 true
82 v3 = bconst.b1 true
100 v4 = bconst.b1 true
116 v3 = bconst.b1 true
132 v2 = bconst.b1 true
149 v2 = bconst.b1 true
168 v4 = bconst.b1 true
184 v3 = bconst.b1 true
202 v4 = bconst.b1 true
[all …]
H A Dmulti-val-b1.clif38 v0 = bconst.b1 true
39 v1 = bconst.b1 false
40 v2 = bconst.b1 true
41 v3 = bconst.b1 false
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/isa/x86/
H A Dbrz-i8-run.clif11 v1 = bconst.b1 true
15 v2 = bconst.b1 false
27 v1 = bconst.b1 false
31 v2 = bconst.b1 true
H A Dbr-i128-run.clif13 v1 = bconst.b1 true
17 v2 = bconst.b1 false
31 v1 = bconst.b1 false
35 v2 = bconst.b1 true
H A Dbrz-i8.clif14 v1 = bconst.b1 true
18 v2 = bconst.b1 false
32 v1 = bconst.b1 false
36 v2 = bconst.b1 true
H A Dsimd-lane-access-binemit.clif10 [-, %rax] v0 = bconst.b8 true
11 [-, %rbx] v1 = bconst.b8 false
37 [-, %rax] v0 = bconst.b64 true
38 [-, %rbx] v1 = bconst.b64 false
49 [-, %rax] v0 = bconst.b8 true
73 [-, %rax] v0 = bconst.b64 false
H A Dbnot-b1.clif8 [-,%rax] v221 = bconst.b1 false ; bin: 40 b8 00000000
9 [-,%rcx] v222 = bconst.b1 true ; bin: 40 b9 00000001
H A Dsimd-lane-access-binemit-for-size.clif10 [-, %rax] v0 = bconst.b8 true
24 [-, %rcx] v0 = bconst.b32 false
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
262 nir_ssa_def *bconst; in nir_blend() local
264 bconst = nir_vec4(b, in nir_blend()
270 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
274 bconst = nir_f2f16(b, bconst); in nir_blend()
310 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
118 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
120 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
132 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
138 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor); in nir_blend_factor()
269 nir_ssa_def *bconst; in nir_blend() local
271 bconst = nir_vec4(b, in nir_blend()
277 bconst = nir_load_blend_const_color_rgba(b); in nir_blend()
281 bconst = nir_f2f16(b, bconst); in nir_blend()
327 src, src1, dst, bconst, c, in nir_blend()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/panfrost/nir/
H A Dnir_lower_blend.c98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument
119 return nir_channel(b, bconst, chan); in nir_blend_factor_value()
121 return nir_channel(b, bconst, 3); in nir_blend_factor_value()
133 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument
140 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor, half); in nir_blend_factor()
269 nir_ssa_def *bconst = nir_load_blend_const_color_rgba(b); in nir_blend() local
272 bconst = nir_f2f16(b, bconst); in nir_blend()
288 src, src1, dst, bconst, c, in nir_blend()
293 src, src1, dst, bconst, c, in nir_blend()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtblock1.pp20 bconst: tblock = @proc;
29 bconst;
30 test(bconst);
H A Dtblock1a.pp21 bconst: tblock = proc;
30 bconst;
31 test(bconst);
H A Dtblock1c.pp21 bconst: tblock = @func;
33 if bconst(100)<>101 then
35 if test(bconst,10)<>11 then
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/preopt/
H A Dbranch.clif6 v0 = bconst.b1 false
18 ; nextln: v0 = bconst.b1 false
32 v0 = bconst.b1 true
44 ; nextln: v0 = bconst.b1 true
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/tests/
H A Dbugpoint_consts_expected.clif16 v7 = bconst.b1 false
17 v8 = bconst.b8 false
18 v9 = bconst.b128 false
/dports/sysutils/powerman/powerman-2.3.20/powermand/
H A Ddevice_serial.c64 speed_t bconst; member
126 if ((res = cfsetispeed(&tio, baudmap[i].bconst)) == 0) in _serial_setup()
127 res = cfsetospeed(&tio, baudmap[i].bconst); in _serial_setup()

12345