Home
last modified time | relevance | path

Searched refs:f64_nearest (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/wasm/
H A Df64-arith.clif53 function %f64_nearest (f64) -> f64 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/esm/
H A DWasmParser.d.ts157 f64_nearest = 158, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/dist/cjs/
H A DWasmParser.d.ts157 f64_nearest = 158, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dwasm.zig152 f64_nearest = 0x9E,
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dwasm.zig152 f64_nearest = 0x9E,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/wasmparser/package/src/
H A DWasmParser.ts176 f64_nearest = 0x9e, enumerator
2871 case OperatorCode.f64_nearest:
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dfunction_body.rs686 Operator::Nearest(Size::_64) => ctx.f64_nearest()?, in translate()
H A Dbackend.rs4709 pub fn f64_nearest(&mut self) -> Result<(), Error> { in f64_nearest() method
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-smith/src/
H A Dcode_builder.rs229 (Some(f64_on_stack), f64_nearest),
2691 fn f64_nearest(_: &mut Unstructured, _: &Module, builder: &mut CodeBuilder) -> Result<Instruction> { in f64_nearest() function
/dports/lang/zig-devel/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig411 .f64 => return .f64_nearest,
/dports/lang/zig/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig411 .f64 => return .f64_nearest,