Searched defs:asm (Results 1 – 13 of 13) 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
43 asm = executable( variable
38 sub asm { subroutine
45 sub asm { return __base($_[1], '.S', '.s') . $_[0]->asmext() } subroutine
35 #define asm __asm macro
40 #define asm __asm macro
86 #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
823 def get_nasm_version(asm): argument
74 #define asm __asm macro