Home
last modified time | relevance | path

Searched refs:Nearest (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dnan_canonicalization.rs34 || opcode == Opcode::Nearest in is_fp_arith()
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dasm.rs699 (RoundingMode::Nearest, OperandSize::S32) => FpuRoundMode::Nearest32, in fround_rr()
703 (RoundingMode::Nearest, OperandSize::S64) => FpuRoundMode::Nearest64, in fround_rr()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs1346 Nearest, enumerator
H A Dvisitor.rs832 RoundingMode::Nearest, in visit_f32_nearest()
845 RoundingMode::Nearest, in visit_f64_nearest()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs946 Opcode::Nearest => unary(DataValueExt::nearest, arg(0))?, in step()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dinst.isle755 ;; Round to Nearest, ties to Even
763 ;; Round to Nearest, ties to Max Magnitude
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dasm.rs1575 RoundingMode::Nearest => 0x00, in xmm_rounds_rr()