Struct gimli::Arm [−][src]
pub struct Arm;
ARM architecture specific definitions.
Implementations
impl Arm
[src]
impl Arm
[src]pub const R0: Register
[src]
pub const R1: Register
[src]
pub const R2: Register
[src]
pub const R3: Register
[src]
pub const R4: Register
[src]
pub const R5: Register
[src]
pub const R6: Register
[src]
pub const R7: Register
[src]
pub const R8: Register
[src]
pub const R9: Register
[src]
pub const R10: Register
[src]
pub const R11: Register
[src]
pub const R12: Register
[src]
pub const R13: Register
[src]
pub const R14: Register
[src]
pub const R15: Register
[src]
impl Arm
[src]
impl Arm
[src]pub fn register_name(register: Register) -> Option<&'static str>
[src]
The name of a register, or None
if the register number is unknown.
pub fn name_to_register(value: &str) -> Option<Register>
[src]
Converts a register name into a register number.