Module wasmer_compiler_llvm::translator::code

source ยท

Structsยง

Constantsยง

  • GEF32_LEQ_I32_MAX ๐Ÿ”’
    Greatest Exact Float (32 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
  • GEF32_LEQ_I64_MAX ๐Ÿ”’
    Greatest Exact Float (32 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
  • GEF32_LEQ_U32_MAX ๐Ÿ”’
    Greatest Exact Float (32 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
  • GEF32_LEQ_U64_MAX ๐Ÿ”’
    Greatest Exact Float (32 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
  • GEF64_LEQ_I32_MAX ๐Ÿ”’
    Greatest Exact Float (64 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
  • GEF64_LEQ_I64_MAX ๐Ÿ”’
    Greatest Exact Float (64 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
  • GEF64_LEQ_U32_MAX ๐Ÿ”’
    Greatest Exact Float (64 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
  • GEF64_LEQ_U64_MAX ๐Ÿ”’
    Greatest Exact Float (64 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
  • LEF32_GEQ_I32_MIN ๐Ÿ”’
    Least Exact Float (32 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
  • LEF32_GEQ_I64_MIN ๐Ÿ”’
    Least Exact Float (32 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
  • LEF32_GEQ_U32_MIN ๐Ÿ”’
    Least Exact Float (32 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
  • LEF32_GEQ_U64_MIN ๐Ÿ”’
    Least Exact Float (32 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.
  • LEF64_GEQ_I32_MIN ๐Ÿ”’
    Least Exact Float (64 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
  • LEF64_GEQ_I64_MIN ๐Ÿ”’
    Least Exact Float (64 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
  • LEF64_GEQ_U32_MIN ๐Ÿ”’
    Least Exact Float (64 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
  • LEF64_GEQ_U64_MIN ๐Ÿ”’
    Least Exact Float (64 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.

Functionsยง