Home
last modified time | relevance | path

Searched refs:splat_value (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/bforest/src/
H A Dlib.rs119 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-bforest/src/
H A Dlib.rs118 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-bforest/src/
H A Dlib.rs118 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-bforest/src/
H A Dlib.rs118 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-bforest/src/
H A Dlib.rs118 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-bforest/src/
H A Dlib.rs119 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs94 vals: F::splat_value(value), in leaf()
604 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-bforest-0.44.0/src/
H A Dlib.rs126 fn splat_value(value: Self::Value) -> Self::LeafValues; in splat_value() method
H A Dnode.rs93 vals: F::splat_value(value), in leaf()
603 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() method
H A Dset.rs27 fn splat_value(value: Self::Value) -> Self::LeafValues { in splat_value() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dconstants.rs71 value: splat_value, in solve()
73 let value_constant = self.solve(splat_value)?; in solve()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dconstants.rs71 value: splat_value, in solve()
73 let value_constant = self.solve(splat_value)?; in solve()
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/
H A Dconstants.rs80 value: splat_value, in solve()
82 let value_constant = self.solve(splat_value)?; in solve()
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-simd.cc3295 constexpr int splat_value = 33; in RunLoadLaneTest() local
3309 BUILD(r, WASM_I32V(mem_index), const_op, splat_value, in RunLoadLaneTest()
3317 T expected = i == sentinel_lane ? sentinel : static_cast<T>(splat_value); in RunLoadLaneTest()
3354 BUILD(r, WASM_LOCAL_GET(0), const_op, splat_value, WASM_SIMD_OP(splat_op), in RunLoadLaneTest()
3390 constexpr int splat_value = 33; in RunStoreLaneTest() local
3400 BUILD(r, WASM_I32V(mem_index), const_op, splat_value, in RunStoreLaneTest()
3411 CHECK_EQ(splat_value, r.builder().ReadMemory(&memory[lanes])); in RunStoreLaneTest()
3447 BUILD(r, WASM_LOCAL_GET(0), const_op, splat_value, WASM_SIMD_OP(splat_op), in RunStoreLaneTest()

123