Home
last modified time | relevance | path

Searched refs:NearestF64 (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dlibcall.rs41 NearestF64, enumerator
84 "NearestF64" => Ok(Self::NearestF64), in from_str()
114 NearestF64, in all_libcalls()
137 LibCall::TruncF64 | LibCall::FloorF64 | LibCall::CeilF64 | LibCall::NearestF64 => { in signature()
218 assert_eq!(LibCall::NearestF64.to_string(), "NearestF64"); in display()
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/
H A Dnearest-libcall.clif41 ; load_ext_name %NearestF64+0, %rsi
52 ; movabsq $0, %rsi ; reloc_external Abs8 %NearestF64 0
/wasmtime-44.0.1/cranelift/module/src/
H A Dlib.rs49 ir::LibCall::NearestF64 => "nearbyint".to_owned(), in default_libcall_names()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-icache.rs31 LibCall::NearestF64,
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/
H A Dissue8847.clif50 fn14 = %NearestF64 sig14
H A Dissue8866.clif50 fn14 = %NearestF64 sig14
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/
H A Dexponential-selects.clif45 fn8 = colocated %NearestF64 sig8
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle4103 NearestF64
H A Dlower.isle4364 (rule (round_libcall $F64 (RoundImm.RoundNearest)) (LibCall.NearestF64))