1[bits 64]
2movbe cx, [5]
3movbe cx, word [5]
4movbe ecx, [5]
5movbe ecx, dword [5]
6movbe rcx, [5]
7movbe rcx, qword [5]
8movbe r9, [5]
9movbe r9, qword [5]
10movbe [5], bx
11movbe word [5], bx
12movbe [5], ebx
13movbe dword [5], ebx
14movbe [5], r10d
15movbe dword [5], r10d
16movbe [5], rbx
17movbe qword [5], rbx
18movbe [5], r10
19movbe qword [5], r10
20
21