2018-09-14 13:13:35 +00:00
|
|
|
#
|
|
|
|
mes 2, EM_WSIZE, EM_PSIZE
|
|
|
|
|
|
|
|
exp $_m_a_i_n
|
|
|
|
pro $_m_a_i_n, 0
|
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
three
|
|
|
|
rom 3
|
|
|
|
one
|
|
|
|
rom 1
|
2019-02-13 19:10:38 +00:00
|
|
|
mone
|
|
|
|
rom -1
|
|
|
|
big
|
|
|
|
rom 1001
|
2018-09-14 13:13:35 +00:00
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
/* Xor var with var */
|
2018-09-14 13:13:35 +00:00
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
loe three
|
|
|
|
loe one
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc 2
|
2018-09-14 13:13:35 +00:00
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *1
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
1
|
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
/* Xor var with const */
|
2018-09-14 13:13:35 +00:00
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
loe three
|
2018-09-14 13:13:35 +00:00
|
|
|
loc 1
|
2019-02-08 21:38:07 +00:00
|
|
|
xor EM_WSIZE
|
2018-09-14 13:13:35 +00:00
|
|
|
loc 2
|
|
|
|
cmu EM_WSIZE
|
2019-02-08 21:38:07 +00:00
|
|
|
zeq *2
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
2
|
|
|
|
|
|
|
|
/* Xor const with var */
|
|
|
|
|
|
|
|
loc 3
|
|
|
|
loe one
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc 2
|
2018-09-14 13:13:35 +00:00
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *3
|
2019-02-08 21:38:07 +00:00
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
2018-09-14 13:13:35 +00:00
|
|
|
3
|
|
|
|
|
2019-02-08 21:38:07 +00:00
|
|
|
/* Xor var with big const */
|
|
|
|
|
|
|
|
loe three
|
|
|
|
loc 1001
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc 1002
|
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *4
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
4
|
|
|
|
|
|
|
|
/* Xor big const with var */
|
|
|
|
|
|
|
|
loc 1001
|
|
|
|
loe three
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc 1002
|
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *5
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
5
|
|
|
|
|
2019-02-13 19:10:38 +00:00
|
|
|
/* Xor big const with negative var */
|
|
|
|
|
|
|
|
loc 1001
|
|
|
|
loe mone
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc -1002
|
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *6
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
6
|
|
|
|
|
|
|
|
/* Xor big var with negative const */
|
|
|
|
|
|
|
|
loe big
|
|
|
|
loc -1
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc -1002
|
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *7
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
7
|
|
|
|
|
2019-03-08 22:06:34 +00:00
|
|
|
/* Xor var with big low-byte-zero const */
|
|
|
|
|
|
|
|
loe big
|
|
|
|
loc 256
|
|
|
|
xor EM_WSIZE
|
|
|
|
loc 745
|
|
|
|
cmu EM_WSIZE
|
|
|
|
zeq *8
|
|
|
|
|
|
|
|
loc __LINE__
|
|
|
|
cal $fail
|
|
|
|
asp 4
|
|
|
|
8
|
|
|
|
|
2019-02-13 19:10:38 +00:00
|
|
|
|
2018-09-14 13:13:35 +00:00
|
|
|
cal $finished
|
|
|
|
end
|