rust/compiler/rustc_target/src/asm
2021-12-15 17:32:14 +11:00
..
aarch64.rs asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
arm.rs asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
avr.rs Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
bpf.rs Add support for BPF inline assembly 2021-05-23 18:03:27 +10:00
hexagon.rs Be stricter about rejecting LLVM reserved registers in asm! 2021-04-28 18:30:36 +01:00
mips.rs Removes reg aliases since there are many ABIs: o32/n32/n64 2020-10-04 12:01:21 +00:00
mod.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
nvptx.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
powerpc.rs add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC 2021-08-25 22:08:27 -07:00
riscv.rs Add clobber-only register classes for asm! 2021-07-10 17:29:00 +02:00
s390x.rs Fix: made suggested change 2021-08-23 17:56:04 -04:00
spirv.rs Change capitalization of Spirv to SpirV 2020-11-11 19:18:06 +01:00
wasm.rs Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
x86.rs Add clobber-only register classes for asm! 2021-07-10 17:29:00 +02:00