Function to_string

Source
pub fn to_string(enc: u8, size: Size) -> &'static str
Expand description

Return the name of a GPR encoding (enc) at the given size.

ยงPanics

This function will panic if the encoding is not a valid x64 register.