Sha256: 7c41eccc1808a0daecb5d1406a1ec3292904341cfacc4dd40bb1da7e3d932159

Contents?: true

Size: 286 Bytes

Versions: 36

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

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-27.0.0 ./ext/cargo-vendor/cranelift-codegen-0.114.0/src/isa/aarch64/inst_neon.isle
wasmtime-26.0.0 ./ext/cargo-vendor/cranelift-codegen-0.113.0/src/isa/aarch64/inst_neon.isle
wasmtime-25.0.2 ./ext/cargo-vendor/cranelift-codegen-0.112.2/src/isa/aarch64/inst_neon.isle
wasmtime-25.0.1 ./ext/cargo-vendor/cranelift-codegen-0.112.1/src/isa/aarch64/inst_neon.isle
wasmtime-25.0.0 ./ext/cargo-vendor/cranelift-codegen-0.112.0/src/isa/aarch64/inst_neon.isle
wasmtime-24.0.0 ./ext/cargo-vendor/cranelift-codegen-0.111.0/src/isa/aarch64/inst_neon.isle
wasmtime-23.0.2 ./ext/cargo-vendor/cranelift-codegen-0.110.2/src/isa/aarch64/inst_neon.isle
wasmtime-22.0.0 ./ext/cargo-vendor/cranelift-codegen-0.109.0/src/isa/aarch64/inst_neon.isle
wasmtime-21.0.1 ./ext/cargo-vendor/cranelift-codegen-0.108.1/src/isa/aarch64/inst_neon.isle
wasmtime-20.0.2 ./ext/cargo-vendor/cranelift-codegen-0.107.2/src/isa/aarch64/inst_neon.isle
wasmtime-20.0.0 ./ext/cargo-vendor/cranelift-codegen-0.107.2/src/isa/aarch64/inst_neon.isle
wasmtime-18.0.3 ./ext/cargo-vendor/cranelift-codegen-0.105.3/src/isa/aarch64/inst_neon.isle
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-codegen-0.104.1/src/isa/aarch64/inst_neon.isle
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-codegen-0.104.0/src/isa/aarch64/inst_neon.isle
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-codegen-0.103.0/src/isa/aarch64/inst_neon.isle
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-codegen-0.102.1/src/isa/aarch64/inst_neon.isle
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-codegen-0.102.1/src/isa/aarch64/inst_neon.isle
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-codegen-0.101.4/src/isa/aarch64/inst_neon.isle
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