rust/src/test/assembly/asm
Amanieu d'Antras 44a3a66ee8 Stabilize asm! and global_asm!
They are also removed from the prelude as per the decision in
https://github.com/rust-lang/rust/issues/87228.

stdarch and compiler-builtins are updated to work with the new, stable
asm! and global_asm! macros.
2021-12-12 11:20:03 +00:00
..
aarch64-modifiers.rs Update the minimum external LLVM to 11 2021-10-22 09:22:18 -07:00
aarch64-outline-atomics.rs Update the minimum external LLVM to 12 2021-10-22 10:50:07 -07:00
aarch64-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
arm-modifiers.rs Remove the reg_thumb register class for asm! on ARM 2021-12-07 23:54:09 +00:00
arm-types.rs Remove the reg_thumb register class for asm! on ARM 2021-12-07 23:54:09 +00:00
avr-modifiers.rs Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
avr-types.rs Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
bpf-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
global_asm.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
hexagon-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
mips-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
nvptx-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
powerpc-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
riscv-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
s390x-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
wasm-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
x86-modifiers.rs Update the minimum external LLVM to 11 2021-10-22 09:22:18 -07:00
x86-types.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00