Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dlibcall.rs39 NearestF32, enumerator
83 "NearestF32" => Ok(Self::NearestF32), in from_str()
113 NearestF32, in all_libcalls()
133 LibCall::CeilF32 | LibCall::FloorF32 | LibCall::TruncF32 | LibCall::NearestF32 => { in signature()
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/
H A Dnearest-libcall.clif14 ; load_ext_name %NearestF32+0, %rsi
25 ; movabsq $0, %rsi ; reloc_external Abs8 %NearestF32 0
/wasmtime-44.0.1/cranelift/module/src/
H A Dlib.rs48 ir::LibCall::NearestF32 => "nearbyintf".to_owned(), in default_libcall_names()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-icache.rs30 LibCall::NearestF32,
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/
H A Dissue8847.clif49 fn13 = colocated %NearestF32 sig13
H A Dissue8866.clif49 fn13 = colocated %NearestF32 sig13
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/
H A Dexponential-selects.clif44 fn7 = %NearestF32 sig7
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle4102 NearestF32
H A Dlower.isle4363 (rule (round_libcall $F32 (RoundImm.RoundNearest)) (LibCall.NearestF32))