about summary refs log tree commit diff stats
path: root/014indirect_addressing.cc
diff options
context:
space:
mode:
Diffstat (limited to '014indirect_addressing.cc')
-rw-r--r--014indirect_addressing.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/014indirect_addressing.cc b/014indirect_addressing.cc
index fa679d6f..04b65215 100644
--- a/014indirect_addressing.cc
+++ b/014indirect_addressing.cc
@@ -538,7 +538,7 @@ void test_compare_mem_at_r32_with_r32_equal() {
 put_new(Name, "3b", "compare: set SF if r32 < rm32 (cmp)");
 
 :(code)
-void test_compare_r32_with_mem_at_r32_greater() {
+void test_compare_r32_with_mem_at_rm32_greater() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0x0a0b0c0d;
   run(
@@ -576,7 +576,7 @@ case 0x3b: {  // set SF if r32 < r/m32
 }
 
 :(code)
-void test_compare_r32_with_mem_at_r32_lesser_unsigned_and_signed() {
+void test_compare_r32_with_mem_at_rm32_lesser_unsigned_and_signed() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0x0a0b0c07;
   run(
@@ -595,7 +595,7 @@ void test_compare_r32_with_mem_at_r32_lesser_unsigned_and_signed() {
   );
 }
 
-void test_compare_r32_with_mem_at_r32_lesser_unsigned_and_signed_due_to_overflow() {
+void test_compare_r32_with_mem_at_rm32_lesser_unsigned_and_signed_due_to_overflow() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0x7fffffff;  // largest positive signed integer
   run(
@@ -614,7 +614,7 @@ void test_compare_r32_with_mem_at_r32_lesser_unsigned_and_signed_due_to_overflow
   );
 }
 
-void test_compare_r32_with_mem_at_r32_lesser_signed() {
+void test_compare_r32_with_mem_at_rm32_lesser_signed() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0xffffffff;  // -1
   run(
@@ -633,7 +633,7 @@ void test_compare_r32_with_mem_at_r32_lesser_signed() {
   );
 }
 
-void test_compare_r32_with_mem_at_r32_lesser_unsigned() {
+void test_compare_r32_with_mem_at_rm32_lesser_unsigned() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0x00000001;  // 1
   run(
@@ -652,7 +652,7 @@ void test_compare_r32_with_mem_at_r32_lesser_unsigned() {
   );
 }
 
-void test_compare_r32_with_mem_at_r32_equal() {
+void test_compare_r32_with_mem_at_rm32_equal() {
   Reg[EAX].i = 0x2000;
   Reg[EBX].i = 0x0a0b0c0d;
   run(
id'>aa8b470cf ^
a489161b1 ^
e25474154 ^


a489161b1 ^
2f43fdb83 ^
55c407464 ^
2f43fdb83 ^
e25474154 ^

627e192f6 ^
aa8b470cf ^
e25474154 ^

aa8b470cf ^
e25474154 ^



aa8b470cf ^
e25474154 ^



86556ebfd ^
e25474154 ^

86556ebfd ^
aa8b470cf ^

e25474154 ^


aa8b470cf ^
e25474154 ^


627e192f6 ^
e25474154 ^
aa8b470cf ^
e25474154 ^
aa8b470cf ^
2df9b442c ^
aa8b470cf ^
e25474154 ^
55c407464 ^
aa8b470cf ^
55c407464 ^
2df9b442c ^
55c407464 ^
a489161b1 ^
c2b58f3a5 ^


55c407464 ^






aa8b470cf ^
55c407464 ^



a489161b1 ^
55c407464 ^


eae3c305a ^


55c407464 ^
43b6daf2d ^







2df9b442c ^
e25474154 ^

a489161b1 ^
43b6daf2d ^
aa8b470cf ^
e25474154 ^

43b6daf2d ^

627e192f6 ^
e25474154 ^
aa8b470cf ^
55c407464 ^
e25474154 ^

aa8b470cf ^
e25474154 ^
aa8b470cf ^
e25474154 ^
aa8b470cf ^
e25474154 ^
aa8b470cf ^
e25474154 ^

aa8b470cf ^
e25474154 ^
aa8b470cf ^
92b8fac94 ^
aa8b470cf ^
ecd0dea09 ^
a489161b1 ^
e25474154 ^
a489161b1 ^





e25474154 ^
a489161b1 ^


e25474154 ^
a489161b1 ^


e25474154 ^
a489161b1 ^




aa8b470cf ^

e25474154 ^
aa8b470cf ^
2df9b442c ^
aa8b470cf ^
e25474154 ^

aa8b470cf ^
e25474154 ^
aa8b470cf ^

2df9b442c ^

e25474154 ^
aa8b470cf ^
e25474154 ^

aa8b470cf ^
2df9b442c ^
aa8b470cf ^
e25474154 ^

aa8b470cf ^
e25474154 ^


aa8b470cf ^
e25474154 ^
aa8b470cf ^
2df9b442c ^
aa8b470cf ^

92b8fac94 ^


aa8b470cf ^
92b8fac94 ^
aa8b470cf ^


e25474154 ^
e25474154 ^
aa8b470cf ^
e25474154 ^
aa8b470cf ^
e25474154 ^
3e9dcc8be ^
e25474154 ^
aa8b470cf ^
e25474154 ^
2df9b442c ^

aa8b470cf ^
92b8fac94 ^
e25474154 ^

92b8fac94 ^
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212