[INFO] fetching crate mips32 0.1.0... [INFO] testing mips32-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate mips32 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate mips32 0.1.0 [INFO] finished tweaking crates.io crate mips32 0.1.0 [INFO] tweaked toml for crates.io crate mips32 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mips32 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04af32d79bb951117f006c6414e9b18f704f2d0d05bf3180d849b0e18e2f636d [INFO] running `Command { std: "docker" "start" "-a" "04af32d79bb951117f006c6414e9b18f704f2d0d05bf3180d849b0e18e2f636d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04af32d79bb951117f006c6414e9b18f704f2d0d05bf3180d849b0e18e2f636d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04af32d79bb951117f006c6414e9b18f704f2d0d05bf3180d849b0e18e2f636d", kill_on_drop: false }` [INFO] [stdout] 04af32d79bb951117f006c6414e9b18f704f2d0d05bf3180d849b0e18e2f636d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1d58fc4e4d91b805547eed03a7cf3f6dc883d05b011ccd394bb2a2d0bc92d909 [INFO] running `Command { std: "docker" "start" "-a" "1d58fc4e4d91b805547eed03a7cf3f6dc883d05b011ccd394bb2a2d0bc92d909", kill_on_drop: false }` [INFO] [stderr] Compiling mips32 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 13 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 13 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 14 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 14 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 9 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 9 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 11 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 11 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 10 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 10 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 0 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 0 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 6 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 6 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 15 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 15 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 16, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 16, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 16, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 16, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 16, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 16, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 15, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 15, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 12, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 12, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 12, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 12, 2 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 12, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 12, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 27 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 27 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 26 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 26 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 30 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 30 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 29 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 29 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 28, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 28, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 29, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 29, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 23 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 23 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 24, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 24, 3 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 31 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 31 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 18 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 18 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 19 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 19 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 25 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 25 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 25, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 25, 1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 17 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | asm!(concat!(".set noat\nmfc0 {}, ",$no,"\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 17 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | asm!(concat!(".set noat\nmtc0 {}, ",$no,"\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mfc0' [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mfc0 rax, 7, 0 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | asm!(concat!(".set noat\nmfc0 {}, ",$no,", ",$str,"\n.set at\n"),out(reg) _ret); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'mtc0' [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mtc0 rdi, 7, 0 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/cp0/mod.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | asm!(concat!(".set noat\nmtc0 {}, ",$no,", ",$str,"\n.set at\n"),in(reg) val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, v0,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add v0,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, v1,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add v1,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, a0,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add a0,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, a1,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add a1,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, a2,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add a2,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, a3,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add a3,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t0,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t0,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t1,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t1,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t2,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t2,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t3,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t3,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t4,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t4,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t5,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t5,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t6,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t6,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t7,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t7,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s0,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s0,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s1,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s1,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s2,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s2,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s3,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s3,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s4,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s4,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s5,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s5,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s6,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s6,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, s7,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add s7,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t8,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t8,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, t9,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add t9,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, k0,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add k0,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, k1,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add k1,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, gp,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add gp,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, sp,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add sp,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, fp,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add fp,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add rax, ra,zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | asm!(concat!(".set noat\nadd {}, ",$str,",$zero\n.set at\n"),out(reg) _ret,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:11 [INFO] [stdout] | [INFO] [stdout] 2 | .set noat [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid operand for instruction [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:1 [INFO] [stdout] | [INFO] [stdout] 3 | add ra,rdi, zero [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected comma [INFO] [stdout] --> src/gpr/mod.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | asm!(concat!(".set noat\nadd ",$str,",{}, $zero\n.set at\n"),in(reg) val,options(nomem,nostack)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:8 [INFO] [stdout] | [INFO] [stdout] 4 | .set at [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mips32` (lib) due to 408 previous errors [INFO] running `Command { std: "docker" "inspect" "1d58fc4e4d91b805547eed03a7cf3f6dc883d05b011ccd394bb2a2d0bc92d909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d58fc4e4d91b805547eed03a7cf3f6dc883d05b011ccd394bb2a2d0bc92d909", kill_on_drop: false }` [INFO] [stdout] 1d58fc4e4d91b805547eed03a7cf3f6dc883d05b011ccd394bb2a2d0bc92d909