rust/compiler/rustc_target/src/asm
Arlie Davis 40ed0f6857 Use Symbol for inline asm register class names
This takes care of one "FIXME":
// FIXME: use direct symbol comparison for register class names

Instead of using string literals, this uses Symbol for register
class names.
2020-12-10 13:51:56 -08:00
..
aarch64.rs
arm.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
hexagon.rs
mips.rs Removes reg aliases since there are many ABIs: o32/n32/n64 2020-10-04 12:01:21 +00:00
mod.rs Use Symbol for inline asm register class names 2020-12-10 13:51:56 -08:00
nvptx.rs
riscv.rs
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