aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/yasm/modules/win64-gas.c
blob: a191026dfde9a8f63d5a43b64d1eb05a77da016e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* This file auto-generated from standard.mac by genmacro.c - don't edit it */ 
 
#include <stddef.h> 
 
static const char *win64_gas_stdmac[] = { 
    "%imacro export 1+.nolist", 
    ".export %1", 
    "%endmacro", 
    "%imacro proc_frame 1+.nolist", 
    "%1:", 
    ".proc_frame %1", 
    "%endmacro", 
    "%imacro endproc_frame 0.nolist", 
    ".endproc_frame", 
    "%endmacro", 
    "%imacro push_reg 1", 
    "pushq %1", 
    ".pushreg %1", 
    "%endmacro", 
    "%imacro rex_push_reg 1", 
    ".byte 0x48", 
    "pushq %1", 
    ".pushreg %1", 
    "%endmacro", 
    "%imacro push_eflags 0", 
    "pushfq", 
    ".allocstack 8", 
    "%endmacro", 
    "%imacro rex_push_eflags 0", 
    ".byte 0x48", 
    "pushfq", 
    ".allocstack 8", 
    "%endmacro", 
    "%imacro alloc_stack 1", 
    "subq $%1, %rsp", 
    ".allocstack %1", 
    "%endmacro", 
    "%imacro save_reg 2", 
    "movq %1, %2(%rsp)", 
    ".savereg %1 %2", 
    "%endmacro", 
    "%imacro save_xmm128 2", 
    "movdqa %1, %2(%rsp)", 
    ".savexmm128 %1, %2", 
    "%endmacro", 
    "%imacro push_frame 0-1.nolist", 
    ".pushframe %1", 
    "%endmacro", 
    "%imacro set_frame 1-2", 
    "%if %0==1", 
    "movq %rsp, %1", 
    "%else", 
    "leaq %2(%rsp), %1", 
    "%endif", 
    ".setframe %1, %2", 
    "%endmacro", 
    "%imacro end_prolog 0.nolist", 
    ".endprolog", 
    "%endmacro", 
    "%imacro end_prologue 0.nolist", 
    ".endprolog", 
    "%endmacro", 
    NULL 
};