Searched defs:asm (Results 1 – 14 of 14) sorted by relevance
12 def find_used_labels(asm): argument22 def normalize_labels(asm): argument39 def transform_labels(asm): argument84 def process_asm(asm): argument
26 pub(in crate::backend) mod asm; module
472 #define ASM_CODE_COMMENT(asm) ASM_CODE_COMMENT_STRING(asm, __func__) argument473 #define ASM_CODE_COMMENT_STRING(asm, comment) \ argument476 #define ASM_CODE_COMMENT(asm) argument477 #define ASM_CODE_COMMENT_STRING(asm, ...) argument
43 asm = executable( variable
38 sub asm { subroutine
45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() } subroutine
137 #define asm __asm__ macro
85 asm: $(ASM) target
109 asm = sorted(asm, key=lambda s: s.lower()) variable
105 option('asm', type : 'feature', value : 'auto', yield : true) feature
988 def get_nasm_version(asm): argument
66 #define asm __asm macro