rust/compiler/rustc_target/src/asm
Lzu Tao 9000710959 Add MIPS asm! support
This patch also:
* Add soft-float supports: only f32
* zero-extend i8/i16 to i32 because MIPS only supports register-length
  arithmetic.
* Update table in asm! chapter in unstable book.
2020-09-27 02:36:50 +00:00
..
aarch64.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
arm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hexagon.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mips.rs Add MIPS asm! support 2020-09-27 02:36:50 +00:00
mod.rs Add MIPS asm! support 2020-09-27 02:36:50 +00:00
nvptx.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
riscv.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
x86.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00