Sha256: 7c41eccc1808a0daecb5d1406a1ec3292904341cfacc4dd40bb1da7e3d932159

Contents?: true

Size: 286 Bytes

Versions: 38

Compression:

Stored size: 286 Bytes

Contents

;; Move helpers ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(decl fpu_move_128 (Reg) Reg)
(rule (fpu_move_128 src)
      (let ((dst WritableReg (temp_writable_reg $I8X16))
            (_ Unit (emit (MInst.FpuMove128 dst src))))
        (writable_reg_to_reg dst)))

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-14.0.3 ./ext/cargo-vendor/cranelift-codegen-0.101.4/src/isa/aarch64/inst_neon.isle
wasmtime-14.0.1 ./ext/cargo-vendor/cranelift-codegen-0.101.1/src/isa/aarch64/inst_neon.isle
wasmtime-14.0.0 ./ext/cargo-vendor/cranelift-codegen-0.101.1/src/isa/aarch64/inst_neon.isle
wasmtime-13.0.0 ./ext/cargo-vendor/cranelift-codegen-0.100.0/src/isa/aarch64/inst_neon.isle
wasmtime-12.0.1 ./ext/cargo-vendor/cranelift-codegen-0.99.1/src/isa/aarch64/inst_neon.isle
wasmtime-12.0.0 ./ext/cargo-vendor/cranelift-codegen-0.99.1/src/isa/aarch64/inst_neon.isle
wasmtime-11.0.0 ./ext/cargo-vendor/cranelift-codegen-0.98.1/src/isa/aarch64/inst_neon.isle
wasmtime-10.0.1 ./ext/cargo-vendor/cranelift-codegen-0.97.1/src/isa/aarch64/inst_neon.isle
wasmtime-10.0.0 ./ext/cargo-vendor/cranelift-codegen-0.97.1/src/isa/aarch64/inst_neon.isle
wasmtime-9.0.4 ./ext/cargo-vendor/cranelift-codegen-0.96.4/src/isa/aarch64/inst_neon.isle
wasmtime-9.0.1 ./ext/cargo-vendor/cranelift-codegen-0.96.1/src/isa/aarch64/inst_neon.isle
wasmtime-8.0.0 ./ext/cargo-vendor/cranelift-codegen-0.95.0/src/isa/aarch64/inst_neon.isle
wasmtime-7.0.0 ./ext/cargo-vendor/cranelift-codegen-0.94.0/src/isa/aarch64/inst_neon.isle
wasmtime-6.0.1 ./ext/cargo-vendor/cranelift-codegen-0.93.1/src/isa/aarch64/inst_neon.isle
wasmtime-6.0.0 ./ext/cargo-vendor/cranelift-codegen-0.93.0/src/isa/aarch64/inst_neon.isle
wasmtime-5.0.0 ./ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst_neon.isle
wasmtime-0.4.1 ./ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst_neon.isle
wasmtime-0.4.0 ./ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst_neon.isle