Searched refs:LocalVarsSize (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S66 #define LocalVarsSize 96 define
73 #define chainlenwmask (rsp + 8 - LocalVarsSize)
74 #define nicematch (rsp + 16 - LocalVarsSize)
76 #define save_rdi (rsp + 24 - LocalVarsSize)
77 #define save_rsi (rsp + 32 - LocalVarsSize)
78 #define save_rbx (rsp + 40 - LocalVarsSize)
79 #define save_rbp (rsp + 48 - LocalVarsSize)
80 #define save_r12 (rsp + 56 - LocalVarsSize)
81 #define save_r13 (rsp + 64 - LocalVarsSize)
82 #define save_r14 (rsp + 72 - LocalVarsSize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S66 #define LocalVarsSize 96 define
73 #define chainlenwmask (rsp + 8 - LocalVarsSize)
74 #define nicematch (rsp + 16 - LocalVarsSize)
76 #define save_rdi (rsp + 24 - LocalVarsSize)
77 #define save_rsi (rsp + 32 - LocalVarsSize)
78 #define save_rbx (rsp + 40 - LocalVarsSize)
79 #define save_rbp (rsp + 48 - LocalVarsSize)
80 #define save_r12 (rsp + 56 - LocalVarsSize)
81 #define save_r13 (rsp + 64 - LocalVarsSize)
82 #define save_r14 (rsp + 72 - LocalVarsSize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/amd64/
H A Damd64-match.S45 #define LocalVarsSize (112) define
46 #define _chainlenwmask ( 8-LocalVarsSize)(%rsp)
47 #define _windowbestlen (16-LocalVarsSize)(%rsp)
48 #define save_r14 (24-LocalVarsSize)(%rsp)
49 #define save_rsi (32-LocalVarsSize)(%rsp)
50 #define save_rbx (40-LocalVarsSize)(%rsp)
51 #define save_r12 (56-LocalVarsSize)(%rsp)
52 #define save_r13 (64-LocalVarsSize)(%rsp)
53 #define save_r15 (80-LocalVarsSize)(%rsp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/amd64/
H A Damd64-match.S45 #define LocalVarsSize (112) define
46 #define _chainlenwmask ( 8-LocalVarsSize)(%rsp)
47 #define _windowbestlen (16-LocalVarsSize)(%rsp)
48 #define save_r14 (24-LocalVarsSize)(%rsp)
49 #define save_rsi (32-LocalVarsSize)(%rsp)
50 #define save_rbx (40-LocalVarsSize)(%rsp)
51 #define save_r12 (56-LocalVarsSize)(%rsp)
52 #define save_r13 (64-LocalVarsSize)(%rsp)
53 #define save_r15 (80-LocalVarsSize)(%rsp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm43 ;LocalVarsSize equ 88
44 LocalVarsSize equ 72 define
50 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
52 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
53 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
54 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
56 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
57 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
58 ;scan equ rsp + xx - LocalVarsSize ; pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm43 ;LocalVarsSize equ 88
44 LocalVarsSize equ 72 define
50 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
52 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
53 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
54 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
56 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
57 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
58 ;scan equ rsp + xx - LocalVarsSize ; pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm43 ;LocalVarsSize equ 88
44 LocalVarsSize equ 72 define
50 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
52 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
53 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
54 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
55 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
56 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
57 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
58 ;scan equ rsp + xx - LocalVarsSize ; pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/asm686/
H A Dmatch.S46 #define LocalVarsSize (36) define
103 subl $LocalVarsSize, %esp
104 .cfi_def_cfa_offset LocalVarsSize+20
346 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/asm686/
H A Dmatch.S46 #define LocalVarsSize (36) define
103 subl $LocalVarsSize, %esp
104 .cfi_def_cfa_offset LocalVarsSize+20
346 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm63 ;LocalVarsSize equ 88
64 LocalVarsSize equ 72 define
70 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm63 ;LocalVarsSize equ 88
64 LocalVarsSize equ 72 define
70 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S32 #define LocalVarsSize (36) define
90 subl $LocalVarsSize, %esp
359 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S32 #define LocalVarsSize (36) define
82 subl $LocalVarsSize, %esp
324 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm586/
H A Dmatch.S32 #define LocalVarsSize (36) define
90 subl $LocalVarsSize, %esp
359 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/asm686/
H A Dmatch.S32 #define LocalVarsSize (36) define
82 subl $LocalVarsSize, %esp
324 addl $LocalVarsSize, %esp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm131 LocalVarsSize equ 36 define
207 sub esp, LocalVarsSize
449 add esp, LocalVarsSize
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm131 LocalVarsSize equ 36 define
207 sub esp, LocalVarsSize
449 add esp, LocalVarsSize
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm625 LocalVarsSize equ 36 define
693 sub esp, LocalVarsSize
935 add esp, LocalVarsSize
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm625 LocalVarsSize equ 36 define
693 sub esp, LocalVarsSize
935 add esp, LocalVarsSize

Completed in 98 milliseconds