1
Fork 0
rust/tests/codegen/asm
Gary Guo 73f8309300 Support use of asm goto with outputs and options(noreturn)
When labels are present, the `noreturn` option really means that asm block
won't fallthrough -- if labels are present, then outputs can still be
meaningfully used.
2024-11-24 14:18:10 +00:00
..
arm64ec-clobbers.rs Stabilize Arm64EC inline assembly 2024-11-10 17:43:46 +09:00
foo.s
global_asm.rs
global_asm_include.rs
global_asm_x2.rs
goto.rs Support use of asm goto with outputs and options(noreturn) 2024-11-24 14:18:10 +00:00
may_unwind.rs
maybe-uninit.rs
msp430-clobbers.rs
multiple-options.rs
options.rs
powerpc-clobbers.rs
s390x-clobbers.rs Stabilize s390x inline assembly 2024-11-08 10:46:00 +09:00
sanitize-llvm.rs
sparc-clobbers.rs Basic inline assembly support for SPARC and SPARC64 2024-11-07 21:19:03 +09:00
x86-clobber_abi.rs
x86-clobbers.rs
x86-target-clobbers.rs