Home | History | Annotate | Download | only in tests

Lines Matching defs:add

2 add ax,5
3 add ax,strict byte 5
4 add ax,strict word 5
5 add ax,-128
6 add ax,strict byte -128
7 add ax,strict word -128
8 add ax,0x7f
9 add ax,strict byte 0x7f
10 add ax,strict word 0x7f
11 add ax,0x80
12 add ax,strict byte 0x80
13 add ax,strict word 0x80
14 add ax,0x100
15 add ax,strict byte 0x100
16 add ax,strict word 0x100
19 add bx,5
20 add bx,strict byte 5
21 add bx,strict word 5
22 add bx,-128
23 add bx,strict byte -128
24 add bx,strict word -128
25 add bx,0x7f
26 add bx,strict byte 0x7f
27 add bx,strict word 0x7f
28 add bx,0x80
29 add bx,strict byte 0x80
30 add bx,strict word 0x80
31 add bx,0x100
32 add bx,strict byte 0x100
33 add bx,strict word 0x100