Module asm

Source

Structsยง

AsmArgs

Functionsยง

eat_operand_keyword ๐Ÿ”’
Used for better error messages when operand types are used that are not supported by the current macro (e.g. in or out for global_asm!)
err_duplicate_option ๐Ÿ”’
Report a duplicate option error.
err_unsupported_option ๐Ÿ”’
Report an invalid option error.
expand_asm ๐Ÿ”’
expand_global_asm ๐Ÿ”’
expand_naked_asm ๐Ÿ”’
expand_preparsed_asm ๐Ÿ”’
parse_args ๐Ÿ”’
parse_asm_args
parse_clobber_abi ๐Ÿ”’
parse_options ๐Ÿ”’
parse_reg ๐Ÿ”’
try_set_option ๐Ÿ”’
Try to set the provided option in the provided AsmArgs. If it is already set, report a duplicate option error.