Lines Matching refs:equ
29 t0_L equ x0_L
30 t0_x equ x0
31 t0 equ r0
32 t1_x equ x3
33 t1 equ r3
35 cp_x equ t1_x
36 cp_r equ t1
37 m equ x5
38 m_r equ r5
39 len_x equ x6
40 len equ r6
41 diff_x equ x7
42 diff equ r7
43 len0 equ r10
44 len1_x equ x11
45 len1 equ r11
46 maxLen_x equ x12
47 maxLen equ r12
48 d equ r13
49 ptr0 equ r14
50 ptr1 equ r15
52 d_lim equ m_r
53 cycSize equ len_x
54 hash_lim equ len0
55 delta1_x equ len1_x
56 delta1_r equ len1
57 delta_x equ maxLen_x
58 delta_r equ maxLen
59 hash equ ptr0
60 src equ ptr1
69 lenLimit equ r8
70 lenLimit_x equ x8
71 ; pos_r equ r2
72 pos equ x2
73 cur equ r1
74 son equ r9
78 lenLimit equ REG_ABI_PARAM_2
79 lenLimit_x equ REG_ABI_PARAM_2_x
80 pos equ REG_ABI_PARAM_1_x
81 cur equ REG_ABI_PARAM_0
82 son equ REG_ABI_PARAM_3
88 maxLen_OFFS equ (REG_SIZE * (6 + 1))
90 cutValue_OFFS equ (REG_SIZE * (8 + 1 + 4))
91 d_OFFS equ (REG_SIZE + cutValue_OFFS)
92 maxLen_OFFS equ (REG_SIZE + d_OFFS)
94 hash_OFFS equ (REG_SIZE + maxLen_OFFS)
95 limit_OFFS equ (REG_SIZE + hash_OFFS)
96 size_OFFS equ (REG_SIZE + limit_OFFS)
97 cycPos_OFFS equ (REG_SIZE + size_OFFS)
98 cycSize_OFFS equ (REG_SIZE + cycPos_OFFS)
99 posRes_OFFS equ (REG_SIZE + cycSize_OFFS)
103 cutValue_PAR equ [r0 + cutValue_OFFS]
104 d_PAR equ [r0 + d_OFFS]
106 maxLen_PAR equ [r0 + maxLen_OFFS]
107 hash_PAR equ [r0 + hash_OFFS]
108 limit_PAR equ [r0 + limit_OFFS]
109 size_PAR equ [r0 + size_OFFS]
110 cycPos_PAR equ [r0 + cycPos_OFFS]
111 cycSize_PAR equ [r0 + cycSize_OFFS]
112 posRes_PAR equ [r0 + posRes_OFFS]
115 cutValue_VAR equ DWORD PTR [r4 + 8 * 0]
116 cutValueCur_VAR equ DWORD PTR [r4 + 8 * 0 + 4]
117 cycPos_VAR equ DWORD PTR [r4 + 8 * 1 + 0]
118 cycSize_VAR equ DWORD PTR [r4 + 8 * 1 + 4]
119 hash_VAR equ QWORD PTR [r4 + 8 * 2]
120 limit_VAR equ QWORD PTR [r4 + 8 * 3]
121 size_VAR equ QWORD PTR [r4 + 8 * 4]
122 distances equ QWORD PTR [r4 + 8 * 5]
123 maxLen_VAR equ QWORD PTR [r4 + 8 * 6]
125 Old_RSP equ QWORD PTR [r4 + 8 * 7]
126 LOCAL_SIZE equ 8 * 8