CMP

444 subcases · Intel manual →

cmp rax, rbx 4839d8 states cmp qword ptr [0x666666010100], rbx 48391d00f19aff states cmp qword ptr [r8 + 0x0], rbx 493918 states cmp qword ptr [r8 + 0x20], rbx 49395820 states cmp qword ptr [r8 - 0x20], rbx 493958e0 states cmp qword ptr [r8 + r9 * 1 + 0x0], rbx 4b391c08 states cmp qword ptr [r8 + r9 * 1 + 0x20], rbx 4b395c0820 states cmp qword ptr [r8 + r9 * 1 - 0x20], rbx 4b395c08e0 states cmp rax, qword ptr [0x666666010100] 483b0500f19aff states cmp rax, qword ptr [r8 + 0x0] 493b00 states cmp rax, qword ptr [r8 + 0x20] 493b4020 states cmp rax, qword ptr [r8 - 0x20] 493b40e0 states cmp rax, qword ptr [r8 + r9 * 1 + 0x0] 4b3b0408 states cmp rax, qword ptr [r8 + r9 * 1 + 0x20] 4b3b440820 states cmp rax, qword ptr [r8 + r9 * 1 - 0x20] 4b3b4408e0 states cmp eax, ebx 39d8 states cmp dword ptr [0x666666010100], ebx 391d00f19aff states cmp dword ptr [r8 + 0x0], ebx 413918 states cmp dword ptr [r8 + 0x20], ebx 41395820 states cmp dword ptr [r8 - 0x20], ebx 413958e0 states cmp dword ptr [r8 + r9 * 1 + 0x0], ebx 43391c08 states cmp dword ptr [r8 + r9 * 1 + 0x20], ebx 43395c0820 states cmp dword ptr [r8 + r9 * 1 - 0x20], ebx 43395c08e0 states cmp eax, dword ptr [0x666666010100] 3b0500f19aff states cmp eax, dword ptr [r8 + 0x0] 413b00 states cmp eax, dword ptr [r8 + 0x20] 413b4020 states cmp eax, dword ptr [r8 - 0x20] 413b40e0 states cmp eax, dword ptr [r8 + r9 * 1 + 0x0] 433b0408 states cmp eax, dword ptr [r8 + r9 * 1 + 0x20] 433b440820 states cmp eax, dword ptr [r8 + r9 * 1 - 0x20] 433b4408e0 states cmp ax, bx 6639d8 states cmp word ptr [0x666666010100], bx 66391d00f19aff states cmp word ptr [r8 + 0x0], bx 66413918 states cmp word ptr [r8 + 0x20], bx 6641395820 states cmp word ptr [r8 - 0x20], bx 66413958e0 states cmp word ptr [r8 + r9 * 1 + 0x0], bx 6643391c08 states cmp word ptr [r8 + r9 * 1 + 0x20], bx 6643395c0820 states cmp word ptr [r8 + r9 * 1 - 0x20], bx 6643395c08e0 states cmp ax, word ptr [0x666666010100] 663b0500f19aff states cmp ax, word ptr [r8 + 0x0] 66413b00 states cmp ax, word ptr [r8 + 0x20] 66413b4020 states cmp ax, word ptr [r8 - 0x20] 66413b40e0 states cmp ax, word ptr [r8 + r9 * 1 + 0x0] 66433b0408 states cmp ax, word ptr [r8 + r9 * 1 + 0x20] 66433b440820 states cmp ax, word ptr [r8 + r9 * 1 - 0x20] 66433b4408e0 states cmp al, bl 38d8 states cmp byte ptr [0x666666010100], bl 381d00f19aff states cmp byte ptr [r8 + 0x0], bl 413818 states cmp byte ptr [r8 + 0x20], bl 41385820 states cmp byte ptr [r8 - 0x20], bl 413858e0 states
Next →